Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Passing large amounts of data to a STARTed procedure 2010-11-12 -- Scott Ferret If you want each thread to have it's own world, then you should not be
passing by reference.
To get a GROUP out of a STRING, just put a local variable of the same
GROUP type, OVER the STRING parameter. Eg
g GROUP
i LONG
j SHORT
END
START(StartThread, 5000, g)
StartThread PROCEDURE(STRING param)
g GROUP(g),OVER(param)
END
Today is November 21, 2024, 6:54 am This article has been viewed 35223 times.
|
|