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