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





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.