The chevronquoted( function adds « » quotes to text if necessary to make it a legal Panorama token.
Parameters
This function has one parameter:text – The original value.
Description
The chevronquoted( function adds « » quotes to text if necessary to make it a legal Panorama token..
chevronquoted("AX23") ☞ AX23
chevronquoted("First Name") ☞ «First Name»
chevronquoted("P/E Ratio") ☞ «P/E Ratio»
chevronquoted(30) ☞ «30»
As the last line shows, if you pass a number to this function it will be converted to text (like the str( function).
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0 |