Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cfl_ch_3-formulas_and_functions [2019/05/17 11:24]
pmonaghan
cfl_ch_3-formulas_and_functions [2019/05/17 11:26]
pmonaghan
Line 277: Line 277:
 |LN||X||Natural Logarithm|| | |LN||X||Natural Logarithm|| |
 |LN2||   ||Natural log constant|| | |LN2||   ||Natural log constant|| |
-|LoadFromURL||URL, RaiseErrorOnFailure(Optional), \\ TimeOutInMS(Optional)||  \\ Primary purpose is to trigger external events, though it could be used to load data from an API. \\  \\ S := LoadFromURL( string: URL, boolean: RaiseErrorOnFailure = true, int: TimeOutInMS = 1000 ) \\ || |+|LoadFromURL||URL, RaiseErrorOnFailure(Optional), \\ TimeOutInMS(Optional)||  Used to trigger external events, though it could be used to load data from an API. \\   \\ S := LoadFromURL( string: URL, boolean: RaiseErrorOnFailure = true, int: TimeOutInMS = 1000 )|| |
 |MAX||X, Y, ..||Maximum value of arguments. UNLIMITED arguments|| | |MAX||X, Y, ..||Maximum value of arguments. UNLIMITED arguments|| |
 |MIN||X, Y, ..||Minimum value of arguments. UNLIMITED arguments|| | |MIN||X, Y, ..||Minimum value of arguments. UNLIMITED arguments|| |