load ( Parameter )
#load() is part of the fmDynamix function pair and works in bi-nome with cfCall()
Average rating: 4.3 (6 votes) Log in to vote
Agnes Barouh - Show more from this author
Tic Tac http://www.tictac.fr/CoinFileMaker/Page.html |
cfCall ( $$_xmlSet ; #load ( "name" ) & #load ( "Pierre" ))
cfCall ( $$_CustomList ; #load ( 1 ) & #load ( 10 ) & #load ( "GetNthRecord ( Field ; [n] )" ))
1¶
1¶2¶
1¶2¶3¶
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
#load() works with cfCall()
cfCall() must be able to read and execute any type of custom function, simple, recursive or complex
More explanation here : http://www.tictac.fr/CoinFileMaker/PageFmxEn.html
=> load and look the file "fmx_FmDynamix_Presentation.fmp12"
//-------------
** note: the variable $fmxLoa_N must not be reset **
- #load() is part of the fmDynamix function pair and works in bi-nome with cfCall()
- The variables declared by #load() are retrieved and emptied by cfCall()
- #load() declares the variables $fmxLoa_P [n] and $fmxLoa_G to pass your parameters to cfCall()
- The result of @load is n¶
//---------------------------------- Parameter
• Parameter : Your parameter
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.