Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Use filemaker variables

Featured Replies

Hello,

Excuse my approximate English and the repetition if the subject was treated before.

To cross parameters in a Scriptmaster script I know how to use fields from FileMaker; my question is to know if we can cross variables $xx or $$yy

Thank you for your answer

If you are asking whether you can pass in values to a script as a variable then Yes, you can.

  • Author

Suppose a scriptmaster function with 2 parameters : TheFunction (param1;param2).

Actually I have create in FileMaker 2 global fields for_param1 and for_param2 ; before calling TheFunction, in my FileMaker script I have 2 lines Define (param1; something) and Define(param2: otherthing).

My question was : instead of these fields can I have a Define variable ($param1;something) and Define variable ($param2;something)... and how include the resut in the ScriptMaster script...

Thanks

You can pass the parameters in whatever form you want and it is entirely up to you how they are handled. Scripts translate multiple input parameters in a return-separated list so that's how you should look to handle them within a particular script.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.