2011-02-09 12:44 AM - last edited on 2023-05-24 11:52 AM by Rubia Torres
2011-12-06 03:41 PM
2011-12-06 03:53 PM
2011-12-06 04:02 PM
2011-12-06 05:17 PM
2011-12-06 05:31 PM
2011-12-06 05:45 PM
2011-12-06 08:41 PM
2011-12-06 09:34 PM
2011-12-06 11:08 PM
call "called1" parameters A=1, zzyzx=3, returned_parameters b TEXT2 0,0,band the following in 2d and 3D of called:
!3D: BLOCK A,B,zzyzx !2D: PROJECT2 3,270,2 END BIt gives me the value of B in 2D of the called object.
call "called1" parameters A=1, zzyzx=3 returned_parameters b(no komma before returned...); maybe this makes some difference in your script? For me both works the same.
2011-12-07 12:35 AM
hhd801 wrote:Besides from what Joachim has written, You have those values already in the main script as You call the object with parameters A=.. ,B=..., zzyzx=...
All I need is A, B and zzyzx