| 2823 | // Return pointer to an AstroExpression custom string. |
| 2824 | |
| 2825 | char *ExpGetString(int i) |
| 2826 | { |
| 2827 | if (!FBetween(i, 0, xi.cszExpStr-1)) |
| 2828 | return NULL; |
| 2829 | return xi.rgszExpStr[i]; |
| 2830 | } |
| 2831 | |
| 2832 | |
| 2833 | // Set a string to an AstroExpression custom variable. |