internalize( externalizedText, default )
Converts the given externalized string representation of a value to the original value.
See also: externalize()
Keyword | Type | Description |
---|---|---|
|
Text |
Externalized representation of a value. |
|
Any Type |
Value to return if the text cannot be internalized or an error occurs. |
Text
internalize(externalize(!pv2))
returns user3
where !pv2
is User Mike Smith whose username is user3