|
I use GWBASIC program to create web page content, but keep on getting a square character at the end.
Problem is when that file is then run as a Javascript or PHP application, the program will crash because of this end of file character.
I need to find a way to use the OPEN "O" keyword, but not have that end of file character appear in the file.
Currently, I need to open the file in MS-Notepad, and cut out the character.
The GWBASIC program is perfect for creating certain Javascript array and values, and the same with PHP.inc files.
|