I
IMeng
I am having trouble with the syntax to call a procedure a variable amount of
times.
Is it possible to use CALLTHIS("") and repeat it a user-defined amount of
times?
I am using:
User.A= SETF("User.B",Prop.userdefined)
User.B= "4"
CALLTHIS("Procedure")
I'd like to just use <CALLTHIS("Procedure") * User.B> but it is not an option.
Any ideas??
Thank you,
times.
Is it possible to use CALLTHIS("") and repeat it a user-defined amount of
times?
I am using:
User.A= SETF("User.B",Prop.userdefined)
User.B= "4"
CALLTHIS("Procedure")
I'd like to just use <CALLTHIS("Procedure") * User.B> but it is not an option.
Any ideas??
Thank you,