| 2749 | // Set an AstroExpression macro to a string. |
| 2750 | |
| 2751 | flag ExpSetMacro(int i, CONST char *sz) |
| 2752 | { |
| 2753 | if (!FEnsureExpMacro(i+1)) |
| 2754 | return fFalse; |
| 2755 | FCloneSz(sz, &xi.rgszExpMacro[i]); |
| 2756 | return fTrue; |
| 2757 | } |
| 2758 | |
| 2759 | |
| 2760 | // Set an AstroExpression custom string or string list to the given input. |
no test coverage detected