2011-02-09 12:44 AM - last edited on 2023-05-24 11:52 AM by Rubia Torres
2011-12-07 01:53 AM
2011-12-07 11:00 AM
What is the reason for "end" ?You must have the "END" because after this there follow the parameters which have to b returned. If you don't have "END" and the parameters it will not work. It's just a syntax rule.
since this is a 3D object How would it work in the 3D script?I use a call in 2D-Script; the same could be done in 3D-Script
A=1, zzyzx=3. Is there a specific reason for these values?These are random values, no reason for them.
How can you get the values to show up in the main Parameters?
CALL "called1" PARAMETERS returned_parameters A, B, ZZYZX PARAMETERS A=A, B=B,ZZYZX = ZZYZX
2011-12-07 03:19 PM