Hi to all!
Is it possible to add elements of aSoloRic Array after this sequence { "ONE" , "TWO" , "THREE" , "FOUR" , "FIVE" } using a particular syntax?
For every line of aResult Array I Have 5 fixed elements and than other elements but I don't know how many.
aSoloRic could contain from zero to n elements
otherwise I Create a little function to goal
FUNCTION MAIN()
LOCAL aSoloRic1 := {}
LOCAL aResult := {}
aSoloRic1 := { "0001" , "0002" , "0003" , "0004" }
AADD( aResult , { "ONE" , "TWO" , "THREE" , "FOUR" , "FIVE" , aSoloRic1 } )
RETURN NIL
Hi to all!
Is it possible to add elements of aSoloRic Array after this sequence { "ONE" , "TWO" , "THREE" , "FOUR" , "FIVE" } using a particular syntax?
For every line of aResult Array I Have 5 fixed elements and than other elements but I don't know how many.
aSoloRic could contain from zero to n elements
otherwise I Create a little function to goal
FUNCTION MAIN()
LOCAL aSoloRic1 := {}
LOCAL aResult := {}
aSoloRic1 := { "0001" , "0002" , "0003" , "0004" }
AADD( aResult , { "ONE" , "TWO" , "THREE" , "FOUR" , "FIVE" , aSoloRic1 } )
RETURN NIL
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 388 |
Nodes: | 16 (3 / 13) |
Uptime: | 12:09:47 |
Calls: | 8,222 |
Calls today: | 1 |
Files: | 13,122 |
Messages: | 5,872,775 |