Statement: LELoadShapes
Modes: Amiga
Syntax: LELoadShapes shapenum#,[shapenum#,]filename$[,palette#]
This attempt to load shapes from an LEShapes file, if there is a palette
saved in the shape file this will be loaded into the specified palette. You can
miss out an upper shape limit or a palette number or both!
Due to a limitation of the Blitz library system you cannot use the following
form of the command:
LELoadShapes 0,"shapesfile",0
You will get a "Can't convert types error". To get around this simply do:
LELoadShapes 0,Max Shape,"shapesfile",0