I need to use the NULL character aka ASCII character 0. In notepad, the char shows up as a black square. Also, I wrote a utility that parses a file by the ACSII interger values of each character. After testing the output file from powerbuilder, I can see the NULL chars are not being writen. However, I think there is a way to get PowerBuilder to write these char 0 as spaces in this output file. ISAM format requires I use char 0 as the spacer and not ASCII 32.
Main Topics
Browse All Topics





by: Vikas_DixitPosted on 2003-08-25 at 06:05:28ID: 9215838
Hi,
Please clarify, do you want to use '0' or char(0) ?
Char(0) will be Null and will not be displayed in the file if you open it in an editor.
Regards,
Vikas Dixit