CallFunction() vs. Prototypes (Teil 2)
Verfasst: 06.05.2006 19:25
Das 2. is richtig , also so :
Code: Alles auswählen
PROTOTYPE test(string.s)
PROCEDURE testproc(string.s)
MessageRequester("",string)
ENDPROCEDURE
testprocedure.test = @testproc()
testprocedure("hallo")