Menu

#43 arrays as UDT parameter

Core_Developers
open
nobody
5
2012-09-17
2011-10-20
Anonymous
No

Var:Create(
Name,
String value[3]
)
--- could be the same with:
Var:Create(
Name,
String value0,
String value1,
String value2
)
--- but all values will be accessible via single line in loops
for (.....) {
names.value[i] = "foo";
}

Discussion

Anonymous
Anonymous

Add attachments
Cancel