Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How to deactivate variables?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to deactivate variables?
 Login/Join
 
Platinum Member
posted
I am trying to deactivate local variables in WebFocus 5.2.1 under windows 2000. Anyone know exactly how to do this? I don't want them to be blank or spaces, I want them to no longer exist.

Thanks,
Vivian
 
Posts: 191 | Location: Henderson, Nevada | Registered: April 29, 2003Report This Post
Platinum Member
posted Hide Post
In previous versions, the following example works fine:

-* Variable setting.
-SET &VAR = 'ABC' ;

-* Variable deactivation.
-SET &VAR = ;

-* Error because &VAR doesn't exist.
-TYPE VAR = &VAR

Regards,
Mikel
 
Posts: 173 | Location: Madrid, Spain | Registered: May 09, 2003Report This Post
Platinum Member
posted Hide Post
thanks Mikel - I tried that but when I did a ? & the variable still showed up in my list; however, the good news is that I solved my problem without deactivating variables.

I would still like to know how to make it not show up on the list. There was at one time a limit to the number of variables (global + local) that were allowed.

vivian
 
Posts: 191 | Location: Henderson, Nevada | Registered: April 29, 2003Report This Post
<kiddpete>
posted
Vivian,

The answer Mikel provided is correct, but the deactivation does not occur until the focexec ends. Thus, deactivating & variables doesn't do much good. However, deactivating && variables is quite effective since they do survive after the end of the focexec. Many of my applications use this technique to minimize the number of & and && variables in use within a Focus session.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How to deactivate variables?

Copyright © 1996-2020 Information Builders