|
Functions by Category Functions by Alphabetical list
This function return values from a user defined function (or money management function PositionSize). This function can also be used within an event as a quick way of exiting the event. Examples: return 5; #returns the value 5
return $number; #returns the contents of $number
return ($number,5); #returns 2 values, the contents of $number, and the value 5
Related functions:
|