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     [CLOSED] Data Type for & Variables

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Data Type for & Variables
 Login/Join
 
Gold member
posted
Hi All,

How to know what data type is passed to the amper variables.

This message has been edited. Last edited by: Kerry,


In Focus since 2008
WebFOCUS 8.2.0.1
Windows 7 - IE,Chrome,Firefox
Excel, PDF, HTML, AHTML, XML
JavaScript, jQuery, D3.js, Highcharts
 
Posts: 79 | Location: New York | Registered: February 04, 2010Report This Post
Virtuoso
posted Hide Post
This link provides lots of info about creating and using ampersand variables.

http://documentation.informati....htm?url=topic44.htm


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Virtuoso
posted Hide Post
nsk,

As a rule, &variables contain characters.
These characters can be either numbers or alphas.
Dialog Manager will treat any &variable containing an integer (4-byte binary), or a decimal (dbl-precision floating point) as a number. Anything else will be considered an alpha and you can test this with the ".TYPE" postfix function.

See (and run) the following examples:
-SET &A='123';
-TYPE &A.TYPE
-SET &A='ABC';
-TYPE &A.TYPE
-SET &A='1234567890';
-TYPE &A.TYPE
-SET &A='1234567890123';
-TYPE &A.TYPE
-SET &A='12345678.123456789';
-TYPE &A.TYPE
-SET &A='123456789012345.12345';
-TYPE &A.TYPE


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report 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     [CLOSED] Data Type for & Variables

Copyright © 1996-2020 Information Builders