WKT as cropping geometry

Hi,
I've been using the Global Mapper Scripts for a while and we've been fine to date putting in co-ordinates using DEFINE_SHAPE to define the polygon for cropping the output by POLYGON_CROP_FILE.
We're now keen to be able to crop using multi areas and geometries with holes in. One option is to use a shp file to store these but i wondered whether it might be possible to use a WKT definition to add a POLYGON or MULTIPOLYGON?
I'm still on Global Mapper 14 at the moment (works perfectly for my current requirements) so would be good to know whether this has any impact on possible solutions
Andy
I've been using the Global Mapper Scripts for a while and we've been fine to date putting in co-ordinates using DEFINE_SHAPE to define the polygon for cropping the output by POLYGON_CROP_FILE.
We're now keen to be able to crop using multi areas and geometries with holes in. One option is to use a shp file to store these but i wondered whether it might be possible to use a WKT definition to add a POLYGON or MULTIPOLYGON?
I'm still on Global Mapper 14 at the moment (works perfectly for my current requirements) so would be good to know whether this has any impact on possible solutions
Andy
Answers
Andy
"WKT - coordinate string in WKT (well-known-text format). This allows single line representations of areas, lines, and points"
I guess this means WKT MULTIPOLYGON or POLYGON with inner rings is/are out?
Thanks
Andy