Help with mod
BlitzMax Forums/BlitzMax Module Tweaks/Help with mod| 
 | ||
| Seem to be having problem the left$ command when compiling using bmk. The error is "Compile Error: Identifier 'Left' not found" I have imported the following:- Import brl.max2d Import brl.system Import brl.filesystem Import brl.basic Import brl.blitz I thought that left was in the BASIC module???? Any thoughts? | 
| 
 | ||
| Additional Info: Tried Mid .. get same problem. All works ok as standard include file but seems to have problems as a mod. | 
| 
 | ||
| Had that same problem; apparently Left, Right, Trim... are in BRL.Retro mod | 
| 
 | ||
| Thanks, I'll give it a go. |