example:
Code: Select all
Structure
a.l
b.l
c.l
d.l
EndStructure
OpenLIbrary(0,"etc.dll")
Number CallFunction(0,"myfunc",33,44,77,11)and to return data in my structure?
[/code]
Code: Select all
Structure
a.l
b.l
c.l
d.l
EndStructure
OpenLIbrary(0,"etc.dll")
Number CallFunction(0,"myfunc",33,44,77,11)Code: Select all
STRUCTURE johnstructure
a.l
b.l
c.l
ENDSTRUCTURECode: Select all
*myelement.johnstructure=CallFunction(foo)Code: Select all
*myelement\a=1
*myelement\b=1Code: Select all
debug *myelement\cCode: Select all
myprocedure(*myelement)Code: Select all
newelement.johnstructure
MySuperFunction (@newelement)