Differences From Artifact [b92214eca8]:
- File sql.doc — part of check-in [a352027216] at 2021-02-14 05:08:24 on branch trunk — Correct a mistake in the OBJECTS virtual table, and allow the class name to be used with the CVALUE function. (user: user, size: 5352) [annotate] [blame] [check-ins using]
To Artifact [98e4b49059]:
- File sql.doc — part of check-in [1bcf59e130] at 2021-02-16 03:08:39 on branch trunk — Add XY function (user: user, size: 5498) [annotate] [blame] [check-ins using]
︙ | |||
78 79 80 81 82 83 84 85 86 87 88 89 90 91 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | + + + + | TRACE_OFF() Disables tracing when called. TRACE_ON() Enables tracing when called. XY(x,y) Many bindings require a position as their first argument; use this function to combine X/Y coordinates into a single value for this. ZERO_EXTEND(number) Zero extends a 32-bit number to 64-bits. Same as NVALUE. === Tables === Asterisks denote virtual tables. |
︙ |