- This topic has 0 replies, 1 voice, and was last updated 13 years, 11 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
|
hi
I’m trying to port a program from C to BASCOM since I’m not a C programmer (or Basic programmer, for that matter) and hit a problem. The program uses a display which needs 504 bytes for the whole display, but my problem is that a string can’t store more than 255 bytes. I found the Overlay option, but it looks like this can only access a fixed position in memory or a fixed variable?