Skip to main content
7-Bedrock
May 7, 2014
Solved

IsoDraw 7.3 Macro?

  • May 7, 2014
  • 1 reply
  • 5211 views

Ok gang I could have sworn I had these two (2) macros working before, but I am having no joy now.

The macros intention is to determine the size of a graphic and then display that information. This is used so I can get "CGM" graphic sizes to pass on to our "SGML" programmers.

Any and all help would be greatly appreciated. I would also like to use this as a starting point to develop a macro to scale a graphic up or down to fit to a particular page size.

I am using IsoDraw 7.3 F000

Keith

Best answer by thendricks

Your variables have not been declared. You'll need to declare Compare_Left and the other three.

1 reply

12-Amethyst
May 7, 2014

What errors are you seeing? Also, looks like not all the variables are declared in these macros. I'm assuming you're using global variables called out elsewhere. Is that correct?

khoward7-BedrockAuthor
7-Bedrock
May 7, 2014

Hi Trevor,

This is the first error I see when I try to run the macro:

It is an "Unkown macro command"

If I am not mistaken the variables are all local.

Keith

12-Amethyst
May 7, 2014

Your variables have not been declared. You'll need to declare Compare_Left and the other three.