David Jondreau Posted September 9, 2010 Posted September 9, 2010 Filemaker is supposed to handle null $$ vars by not storing them at all, but if you define a $$var and then clear it in the Data Viewer, it still persists! Can't think of a possible use for this, but I thought it was interesting.
comment Posted September 9, 2010 Posted September 9, 2010 Not what I see - can you provide a step-by-step?
David Jondreau Posted September 9, 2010 Author Posted September 9, 2010 Create a script that has: Set Variable[$$var; "ABC"] Run that script. Confirm that $$var = ABC in your Data Viewer under the "Current" tab. Double click on $$var and delete its contents. $$var persists in the "Current" tab for the length of the session in my FMP 11A v1.
comment Posted September 9, 2010 Posted September 9, 2010 Double click on $$var and delete its contents. Ah, I see. I guess that goes directly inside the value "cell", bypassing any evaluation - incl. variables management.
Recommended Posts
This topic is 5189 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 accountSign in
Already have an account? Sign in here.
Sign In Now