![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi where can I find a good examples of custom fonctions and that use parameters ?? the help file is pretty vague on the the way to use it. Thank you |
#3
| |||
| |||
|
| On 04/01/2007 11:24:08 "JF" <bizouman_takethisout (AT) hotmail (DOT) com> wrote: Hi where can I find a good examples of custom fonctions and that use parameters ?? the help file is pretty vague on the the way to use it. Thank you Brian Dunning provides a repository of Custom Functions at http://www.briandunning.com/filemake...tions/list.php. You can search for specific uses, dependant on what keywords a developer may have used in the listing when the CF was contributed. Matt |
#4
| |||
| |||
|
|
WOW that's a list of many custom fonction..... but where can we learn to make use of the "parameters" FM Help only told us that we can add some parameters, but how, where and for what purpose ??. Maybe it's me that is too dumb this sunday to cath it !! JF |
#5
| |||
| |||
|
|
"JF" <bizouman_takethisout (AT) hotmail (DOT) com> schreef in bericht news:sEWPh.20688$ig1.117568 (AT) weber (DOT) videotron.net... WOW that's a list of many custom fonction..... but where can we learn to make use of the "parameters" FM Help only told us that we can add some parameters, but how, where and for what purpose ??. Maybe it's me that is too dumb this sunday to cath it !! JF A custom function can only work with some data you send it. This data is called a parameter. To make use of a parameter it will have a name. Often you will find that the name says something about the sort of data the customfunction expects. So when you work function that subtracts two numbers a high number and a low number, you might expect that the function is called with MyFunction ( LowNum ; HighNum ) The function itself might substract these numbers and will look like MyFunction Parameters: LowNum ; HighNum HighNum - LowNum Keep well, Ursus |
#6
| |||
| |||
|
|
OK, but is your HighNum and LowNum are fields names ?? or Variables ?? that you set with the Set fonction ? and how will those parameter will reacte with the custom fonction ?? Thank you JF MyFunction ( LowNum ; HighNum ) The function itself might substract these numbers and will look like MyFunction Parameters: LowNum ; HighNum HighNum - LowNum Keep well, Ursus |
![]() |
| Thread Tools | |
| Display Modes | |
| |