die frage klingt vielleicht etwas blöd, aber ist es möglich eine linked list als z.b. variable zu übergeben?


pseudocode:
Code: Alles auswählen
Structure Struc
String.s
EndStructure
NewList liliEINS.Struc()
NewList liliZWEI.Struc()
;...
lili = 1
Select lili
Case 1
Bla = liliEINS()
Case 2
Bla = liliZWEI()
EndSelect
;...
SelectElement(Bla, 10)
Debug Bla\String
c ya,
nco2k