2005-12-12 10:19 AM
2005-12-12 02:24 PM
F. wrote:F. Beister:
Has anyone successfully used the DEFINE SYMBOL_FILL-command? If I use it slavishly like in the manual I get a "need numeric parameter"-error in the section of the macro-call. Am I doing something wrong or is it a bug? I attach a simple (not working) example.
2005-12-12 04:28 PM
name="Test" frequenzX=1.5 : frequenzY=0.15 verschiebungX=1 : verschiebungY=0.1 winkel=0 skalierungX=1 : skalierungY=1 DEFINE SYMBOL_FILL name 1,1,1,1,1,1,1,1, frequenzX, frequenzY, verschiebungX, verschiebungY, winkel, skalierungX, skalierungY, macroname PARAMETERS a=1.1, b=1.1, h=hochworks.
name="Test" frequenzX=1.5 : frequenzY=0.15 verschiebungX=1 : verschiebungY=0.1 winkel=0 skalierungX=1 : skalierungY=1 put 1,1,1,1,1,1,1,1 DEFINE SYMBOL_FILL name get(8), frequenzX, frequenzY, verschiebungX, verschiebungY, winkel, skalierungX, skalierungY, macroname PARAMETERS a=1.1, b=1.1, h=hochstops by reorting an error.