I need to define an array within a structure. I tried "Txt As Variant" and "txt() As Variant" and neither work when try to use Struct.Txt as an array. What is the correct way to define an array within a structure in Extra Basic? It works in VB but not Extra. Please point me in the right direction.
' Example Data
Type RWText
Cmd As String
FnameA As String
FnameB As String
Value As Integer
Txt As Variant
Src As String
Dst As String
End Type
Dim Struct As RWText
Struct.Txt(1) = "test"#type
#Attachmate
#MainframeAccess
#Extra!
#structure
#Extra!X-treme





