Hi,
Previous code won't compile anymore.
In a program I have the following code:
In Globals: Dim Type (TagCode,TagType,TagCount,TagOffset) Tags(0)
In a sub:
Dim Tags(NumberOfTags)
Look at new version, this one was sent too early and incomplete.
For i = 0 To NumberOfTags-1
Tags(i).TagCode =GetValue(22 + (i*12),2)
etc
Previous code won't compile anymore.
In a program I have the following code:
In Globals: Dim Type (TagCode,TagType,TagCount,TagOffset) Tags(0)
In a sub:
Dim Tags(NumberOfTags)
Look at new version, this one was sent too early and incomplete.
For i = 0 To NumberOfTags-1
Tags(i).TagCode =GetValue(22 + (i*12),2)
etc
Last edited: