| |
|
|
Jörg Sellmeyer | in the Help dynamic Arrays understand I a set not:
Profanhilfe Dynamic Arrays
- Arrays of Memory-Variables (too Structures, Objects) cannot dynamic his
How I the understand, does it but free from problems. or are Arrays of Memory-Variables something other?
Declare Test1#,Test2#,Test3#
Struct AHA = wert&
Dim Test1#,AHA
Dim Test2#,AHA
Dim Test3#,AHA
Test1#.wert& = 100
Test2#.wert& = 200
Test3#.wert& = 200
Declare aray#[]
Dim aray#[],AHA
Array#[0] = Test1#
Array#[1] = Test2#
Array#[2] = Test3#
Print "Aha"
WhileLoop 0,2
Print aray#[&Loop].wert&
Wend
Waitinput
Dispose Test1#,Test2#,Test3#,aray#[]
|
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 05/21/18 ▲ |
|
|
|
|
RGH | too here limp The Help something afterwards. the must I with the next Version adjust.
Greeting Roland |
|
|
| XProfan X3Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 05/23/18 ▲ |
|
|
|