Specials Services

Description :

Special services.
Services Summary
 int i()
          Returns the current iteration number within a for loop.
 EObject args(int pos)
          Return the argument passed as a script parameter.

i

public int i()
Returns the current iteration number within a for loop.
Parameters:
none
Returns:
the current iteration number within a for loop.
Throws:
nothing

args

public EObject args(int pos)
Return the argument passed as a script parameter.
Parameters:
pos - is the argument number
Returns:
Return the argument passed as a script parameter..
Throws:
nothing