How Siebel VB Converts Data Types
This topic describes the conversions that occur between the data types that Siebel VB supports. It does not support any other conversions. It does not automatically do conversions between numeric and string data:
You can use the Val statement to convert a string to numeric data. For more information, see Get First Number From String Method.
You can use the Str statement to convert numeric data to a string. For more information, see Convert Number to String Method.