Alias is odd
Monkey Forums/Monkey Programming/Alias is odd| 
 | ||
| Alias work ok? Or perhaps I'm not doing it right... Import brl.databuffer Alias DataBuffer = brl.databuffer.DataBuffer 'identifier 'brl' not found.' This works: Import brl.databuffer Alias DataBuffer = databuffer.DataBuffer |