This code is exactly what I needed right now. Whilst I wrote a very longwinded alternate, this is very much smaller and neater!
Thank you!
Tim
This code is exactly what I needed right now. Whilst I wrote a very longwinded alternate, this is very much smaller and neater!
Thank you!
Tim
Lauren,
You need to use goto start not call start.
Call is for assembler calls in PBASIC, I am surpise that the compiler did not throw off an error as _start should not be in the code, but looks like they use it (the _ ) for the goto and calls labels when they build the actually code during compiling...
Bookmarks