Code: Select all
Structure Bytes
b.b[0]
EndStructure
Dim *Array.Bytes(3)
*Array(0) = @"A string"
*Array(1) = @"Another string"
*Array(2) = @"some text again"
*Array(3) = @"the end"
For i = 0 To 3
c = 0
While *Array(i)\b[c]
Debug Chr( *Array(i)\b[c] )
c + 1
Wend
Debug "---"
Next i(Error: A list name need to start with a character)
It would be very useful to handle pointers lists
Dri



