|
Forum Index : Microcontroller and PC projects : CMM2: array of LONGSTRINGs?
| Author | Message | ||||
| epsilon Senior Member Joined: 30/07/2020 Location: BelgiumPosts: 255 |
Hi all, Is there a way to create an array of LONGSTRINGs? MMBasic multi dimensional arrays are column-major order, so I unsuccessfully tried something like this: > DIM q%(511,1) > LONGSTRING CLEAR q%(,0) Dimensions So the idea here is that q%() is dimensioned to hold two LONGSTRINGs, and I'm trying to do a LONGSTRING operation such as CLEAR on the first one. Is there a syntax for doing this? Thanks, Ruben/Epsilon. Epsilon CMM2 projects |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |