Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 04:03 17 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : CMM2: array of LONGSTRINGs?

Author Message
epsilon

Senior Member

Joined: 30/07/2020
Location: Belgium
Posts: 255
Posted: 03:28pm 06 Jan 2021
Copy link to clipboard 
Print this post

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
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025