Filemaker TH325Z/A Fiche technique Page 110

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 238
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 109
110 FileMaker Functions Reference
Data type returned
text
Description
Returns the name of the script currently running (or paused).
Note See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns Print Report when the Print Report script is running.
Returns Update Customer when the Update Customer script is running.
Get(ScriptParameter)
Format
Get(ScriptParameter)
Parameter
None
Data type returned
text
Description
When this function is part of a calculation evaluated within a script, returns the script
parameter passed into the script.
Note See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns Print when “Print” was the value of the parameter passed into the current script.
The following example shows how to pass named parameters using the Evaluate, Let,
and Get(ScriptParameter) functions, allowing access only to variable 'a' (the
example returns 6):
ScriptParameter = "a = 5; b = 10"
Evaluate("Let ( [" & Get(ScriptParameter) & "]; a + 1 )" )
The following example shows how to pass named parameters, allowing access to both
variable 'a' and 'b'. The simplified first parameter makes the second parameter more
complex (the example returns 6, 12):
ScriptParameter = "a = 5; b = 10"
Vue de la page 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 237 238

Commentaires sur ces manuels

Pas de commentaire