Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an example file that contains an array of Groups #2

Open
Trinitek opened this issue Nov 3, 2019 · 0 comments
Open

Need an example file that contains an array of Groups #2

Trinitek opened this issue Nov 3, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Trinitek
Copy link
Owner

Trinitek commented Nov 3, 2019

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.

@Trinitek Trinitek added the help wanted Extra attention is needed label Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant