Platform | Win32, x64 |
Purpose |
To set or change a floating point value associated with a named string. |
Syntax |
SUBROUTINE SET_CLEARWIN_FLOAT@( STRING, VALUE ) |
Description |
This routine will create and assign a value to a private named parameter that can be retrieved using CLEARWIN_FLOAT@. User defined parameters can be very useful to communicate information between modules in a program (especially between DLLs under Win32). This function cannot be used to set system CLEARWIN_FLOAT@ values. |
See also |