The STRING function converts a number or Boolean into a string value.
The STRING function has the following format:
STRING(num_value|bool_value)
The STRING function accepts either one of these parameters:
num_value (number)
bool_value (Boolean)
The STRING function returns a string.
Return_value=STRING(TRUEVAL)
Return_value="TRUE"
Return_value=STRING(123)
Return_value='123'
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |