![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
unquoted = UNQUOTE(string)
string without single quotation marks at the beginning and end. Pairs of single quotation marks within string are changed to single quotation marks. The character string from which to remove the single quotation marks.
• Only the first and last single quotation mark are removed. If you have a pair of single quotation marks at the beginning and a pair at the end, the returned string has one quotation at the beginning and one at the end.
• If you have a single quotation mark in the string and it is not at the beginning or end, it is not removed.
• If you have only a single quotation mark at the beginning of the string, it and the last character are removed.The following rule removes quotation marks from an entry that a user made on a screen and passes the unquoted string to be processed. The screen is called EMPINFO_SCR and the screen table into which the information is entered is called EMPINFO_SCRTAB.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |