CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
Value
The Value function converts text to a numeric, date or time value.
Usage:
	= Value(<text>);
Examples:
	/* returns the date 2024-02-01 */
	= Value("1/feb/2024");
	/* returns -124567 */
	= Value("-124,567");