Siebel VB Language Reference > Using Siebel VB > About Data Types >
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. Table 6 lists the characters you can use as a suffix.
Table 6. Characters You Can Use as a Suffix
|
|
Dynamic String |
$ |
Integer |
% |
Long Integer |
& |
Single-precision floating-point |
! |
Double-precision floating-point |
# |
Currency, exact fixed point |
@ |
|