Hi Larry,
Individual Parameters that are passed into a TCF Method are automatically
assigned as individual Method Scope Variable. Example:
TCF Method Parameters:
Name: SomeID (type: Text) --> creates a text variable called <@var
Method$SomeID>.
Name: SomeArray (type:Array) --> creates an array called <@var
Method$SomeArray>.
**********
Note: the type of variable depends on the "Type" set for the parameter.
**********
Parameters that are In/Out are passed in and automatically assigned as
Method Scope Variables. To pass out the new value for the parameter -
reassign the Method Scope variable with the new value.
Parameters that are just "Out" parameters are not automatically assigned
anything. To pass an "Out" parameter to the TAF - you assign a Method Scope
variable the same name as your parameter.
**********
Note: Method Scope variables only exist inside the TCF Method and cannot be
accessed directly from outside the Method.
Hope this helps. Cheers...
----- Original Message -----
From: "Gutman, Larry" <[EMAIL PROTECTED]>
To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 23, 2002 2:35 PM
Subject: Witango-Talk: Array of parameters passed to a Method
> Is there an array generated like resultset of all the parameters that are
> passed to a method?
>
> Thanks
>
> Larry Gutman
>
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body