Type Characters
Siebel VB can use a special character as the suffix of the name of a function, variable, or constant. This character identifies the data type of the variable or function. It is a declaration.
The following table lists the characters you can use as a suffix.
Data Type | Suffix |
---|---|
Dynamic String |
$ |
Integer |
% |
Long Integer |
& |
Single-precision floating-point |
! |
Double-precision floating-point |
# |
Currency, exact fixed point |
@ |