[Gambas-user] IDE Freeze and Crash - alternate example

nando nando_f at ...951...
Thu May 5 05:32:54 CEST 2005


A different example:

DIM s AS STRING
DIM x as INTEGER
...
s = CHR$(0)
IF ASC(MID$(s,1,1) <> 0 THEN INC x

...Freezes on the last line above when single stepping

-Fernando





More information about the User mailing list