John, that is tremendous.
i learned a lot from that piece of code too.
i am sure you wore yourself out on that one.
i spent some time trying to crash the program since there was nothing else to write which would be faster.
i believe this should be the only change to the only crash i could get out of it
i learned a lot from that piece of code too.
i am sure you wore yourself out on that one.
i spent some time trying to crash the program since there was nothing else to write which would be faster.
i believe this should be the only change to the only crash i could get out of it
Code:
IF remains=0 THEN IF zerostringblank THEN GOTO exitthefunction IF temp2<1 THEN GOTO exitthefunction ss=SPACE$(TEMP2) ssPtr=STRPTR(ss) POKE BYTE,ssPtr+temp2-1,48 IF temp2=1 THEN GOTO exitthefunction POKE BYTE,ssPtr+temp2-2,48 IF temp2=2 THEN GOTO exitthefunction POKE BYTE,ssPtr+temp2-3,46 IF temp2=3 THEN GOTO exitthefunction POKE BYTE,ssPtr+temp2-4,48 GOTO EXITTHEFUNCTION END IF
Comment