QUESTION: Macro variable maximum line length?
DaltonSpence
Mapmaker
I would like to build a polygon command in a variable by appending one calculated point at a time to the string. This seems preferable to creating a set of numbered point variables of undetermined size. However I don’t know if macro string variables have a size limit. Could someone help me here?
Comments
SELBYLandLTP2to convert them thenSELBYPto do anything else with it. (There is always a way but sometimes it’s less fun then you hoped.But maybe you should just write an XP instead of a macro? Then you don't have to deal with such restrictions.
CITYcommand that can run or skip phases of the process so they can be done manually. In particular I’d like to construct an enclosed city wall around the map’s center with a more concise dialog. I’ve got the math worked out (I think) but rewriting the dialog would be tricky. (I want to use two-handled sliders for range values.)