Jump to content

Global variables in script?


This topic is 8237 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

How can I save a value (in scripts) so I can use it at another time. Now I'm doing this with a global field, but if I'm sharing the file with the other people it does not work on their computers.

In other database programmes it was possible to declare a variable!

Thanks

Oscar

Link to comment
Share on other sites

You can create a single record file (call it Settings.fp5) and store variables in this file (not as globals). You can still use globals to store such things, but they can only be changed by opening the file with FM (not server) in single user mode.

-bd

Link to comment
Share on other sites

This topic is 8237 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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