writeln(""); writeln("" + GetFileName() + ""); writeln(""); writeln("

" + GetFilePath() + GetFileName() + "

"); writeln("

"); writeln(" " + GetYear() + "/" + GetMonth() + "/" + GetDate()); writeln("

"); writeln(""); writeln(""); B = Bottom; R = Right; for (y=1; y<=B; y++) { writeln(""); for (x=1; x<=R; x++) { if ([x,y] == "") { writeln(" "); } else if (left([x,y], 7) == "http://" || left([x,y], 8) == "https://") { writeln(" "); } else { s = str([x,y]); s = replace(s, "&", "&"); s = replace(s, "<", "<"); s = replace(s, ">", ">"); writeln(" "); } } writeln(""); } writeln("

"+ [x,y] + "" + s + "
"); writeln(""); writeln(""); writeln("");