| 2273 | } |
| 2274 | |
| 2275 | static int Sc_ScanVar() |
| 2276 | { |
| 2277 | // Truncate the temp buffer... |
| 2278 | CMDtext[CMDleng] = 0; |
| 2279 | |
| 2280 | // Make it a stringtable string! |
| 2281 | CMDlval.s = MakeToken< StringTableEntry >( StringTable->insert(CMDtext), lineIndex ); |
| 2282 | return(VAR); |
| 2283 | } |
| 2284 | |
| 2285 | static int charConv(int in) |
| 2286 | { |