CDEC.Operator LEToperator
Assigns a value to a **CDEC** variable.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
OPERATOR LET (BYREF cSrc AS CDec)
Description
Assigns a value to a CDEC variable.
Example
DIM c AS CDEC c = 123 c = 12345.1234
Reference
- Documented in Numeric Datatypes/CDEC Class.md
- Topic: CDEC Class