Thanks all for the responses. I ended up with Pieter Ouwerkerk solution :
NewProjection = ChooseProjection$(1, TRUE) . . . MyCommandString = "Create Map For " + TheNewTable + " " + NewProjection Run Command MyCommandString This works perfectly! Thanks Simon Original request : > I am trying to use a variable to define the coordsys clause in a create > map statement. > > Newprojection = ChooseProjection$( 1, True) > . > Create map for thenewtable Newprojection > > When compiling, I get the following message : Missing = in assignment to > Newprojection --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 12495
