September 8, 200124 yr 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
September 8, 200124 yr 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
Create an account or sign in to comment