This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start [2021/06/09 14:27] nick ↷ Links adapted because of a move operation |
dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start [2021/07/26 11:53] (current) murphy [UpperCase] |
||
|---|---|---|---|
| Line 61: | Line 61: | ||
| [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | ||
| - | **CurrentDate** returns the current date from the system clock using [[dido:public:ra:xapend:xapend.b_stds:tech:iso:date_time_1]]. See [[dido:public:s_cli:05_contents:01_prt:03_langconst:types:start#datetimevalue| DateTimeVAlue]] | + | **CurrentDate** returns the current date from the system clock using [[dido:public:ra:xapend:xapend.b_stds:tech:iso:date_time_1]]. See [[dido:public:s_cli:05_contents:01_prt:03_langconst:05_types:start#datetimevalue| DateTimeVAlue]] |
| <code> | <code> | ||
| Line 81: | Line 81: | ||
| [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | ||
| - | **CurrentTime** returns the current time from the system clock. See [[dido:public:s_cli:05_contents:01_prt:03_langconst:types:start#timestampvalue| TimestampValue]]. | + | **CurrentTime** returns the current time from the system clock. See [[dido:public:s_cli:05_contents:01_prt:03_langconst:05_types:start#timestampvalue| TimestampValue]]. |
| <code> | <code> | ||
| Line 273: | Line 273: | ||
| [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | ||
| - | **Trim** trims all leading and trailing [[dido:public:s_cli:05_contents:01_prt:03_langconst:constants:start#whitespace]] from the line. | + | **Trim** trims all leading and trailing [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start#whitespace]] from the line. |
| <code> | <code> | ||
| Line 292: | Line 292: | ||
| [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | ||
| - | Trims all leading (i.e., left side) [[dido:public:s_cli:05_contents:01_prt:03_langconst:constants:start#whitespace]] from the line. | + | Trims all leading (i.e., left side) [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start#whitespace]] from the line. |
| [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | ||
| - | **TrimL** trims all leading [[dido:public:s_cli:05_contents:01_prt:03_langconst:constants:start#whitespace]] from the line. | + | **TrimL** trims all leading [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start#whitespace]] from the line. |
| Line 316: | Line 316: | ||
| [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | ||
| - | **TrimR** trims all trailing [[dido:public:s_cli:05_contents:01_prt:03_langconst:constants:start#whitespace]] from the line. | + | **TrimR** trims all trailing [[dido:public:s_cli:05_contents:01_prt:03_langconst:06_constants:start#whitespace]] from the line. |
| <code> | <code> | ||
| Line 325: | Line 325: | ||
| [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start| Return to Top]] | ||
| - | **UpperCase** converts all the ASCII characters to their Uppercase equivalents. | + | **UpperCase** converts all the [[dido:public:ra:xapend:xapend.a_glossary:a:ascii|ASCII]] characters to their Uppercase equivalents. |
| <code> | <code> | ||