Petr Schreiber
30-11-2005, 23:35
Hi,
the CHR$ works as it should, but when using this example based on help file, one can get idea it does nothing :
MSGBOX 0, CHR$(0 TO 131, 97, 133 TO 255)
It seems the problem is caused by the 0 pos. character, because CHR$(1 TO 131, 97, 133 TO 255) will work.
It's just detail.
Thanks,
Psch
the CHR$ works as it should, but when using this example based on help file, one can get idea it does nothing :
MSGBOX 0, CHR$(0 TO 131, 97, 133 TO 255)
It seems the problem is caused by the 0 pos. character, because CHR$(1 TO 131, 97, 133 TO 255) will work.
It's just detail.
Thanks,
Psch