You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently creating a file for testing arrays and groups. The TopSpeed Database Scanner tool is able to see and edit arrays and arrays within groups, but not arrays of groups. While I could build out a full application in Clarion to address the full group array, I don't have the time to do that right now.
Take the following file layout for example:
ARR:EGroupArray GROUP,DIM(2)
ARR:ESubAArray STRING(20),DIM(6)
ARR:ESubB LONG
END
The tool effectively only sees the first group in EGroupArray. DIM(2) of course means that the array contains 2 elements.
The text was updated successfully, but these errors were encountered:
I am currently creating a file for testing arrays and groups. The TopSpeed Database Scanner tool is able to see and edit arrays and arrays within groups, but not arrays of groups. While I could build out a full application in Clarion to address the full group array, I don't have the time to do that right now.
Take the following file layout for example:
The tool effectively only sees the first group in
EGroupArray
.DIM(2)
of course means that the array contains 2 elements.The text was updated successfully, but these errors were encountered: