FutureBasic Logo

<<    Index    >> FutureBasic 5

fn   reference



Which of the following did you need help with? Please click a link to go to the desired page.

fn <toolbox> Function:
result = fn ToolboxFunctionName [modifiers] ¬
   [([{#addrExpr1&|arg1}[,{#addrExpr2&|arg2}...]])]


fn <userFunction> Function:
[result =] fn functionName[(param1 [,param2 ...])]