GLBasic forum

Main forum => Bug Reports => Topic started by: Albert on 2008-Mar-04

Title: Chr$(0)
Post by: Albert on 2008-Mar-04
string$=CHR$(100) + CHR$(0) + CHR$(101)

The result is CHR$(100) + CHR$(101)
The CHR$(0) do nothing, you can't put CHR$(0) into a string :(
Title: Chr$(0)
Post by: Kitty Hello on 2008-Mar-04
no, chr$(0) is a end-of-string character. You cannot use it.
Title: Chr$(0)
Post by: Schranz0r on 2008-Mar-13
yepp, CHR$(0) == Nothing :D