Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi everybody I have a question about strange resule a got by using macro in batch export.
When i use the macro below in Isodraw in macro TAB directly, it work perfectly... but when i use the same with the same file as exemple, in file batch export withmacro Clean up, i loose all my a, b, c, d.... the macro language should convert to path and not delete???
Thanks in advance for comment!!!
Here is my exemple...
Macro Clean up
# CS All text to Arial
Select if Font is not equal to 'Arial'
Text font "Arial"
Select none
# CS stroke bubble text
Select if Text is equal to 'a'
Convert text to paths
Select none
Select if Text is equal to 'b'
Convert text to paths
Select none
Select if Text is equal to 'c'
Convert text to paths
Select none
Select if Text is equal to 'd'
Convert text to paths
Select none
End Macro
Late in reply, but try placing a save command before closing the macro.