2017-01-15 05:54 PM
2017-01-16 02:43 AM
macroToilet = "WC 20" CALL macroToilet PARAMETERS ! use parameter default values
CALL "leg" 2, , 5 !!!!! A = 2, B = 0, C = 5
2017-01-23 06:04 AM
jacobidiego wrote:This is for historic (legacy) reason.
Weird of GDL to have called "Macro" to an "Object" or "Class"
macroToilet = "WC 20" CALL macroToilet PARAMETERS ! use parameter default valuesCALL "leg" 2, , 5 !!!!! A = 2, B = 0, C = 5
2017-01-24 11:41 PM
2017-01-25 05:13 AM
jacobidiego wrote:Maybe about it:
...In GDL, once I CALL a Macro I don't have access from properties to setup the called Macro. As much as I looked, I found most GDL code setting all up with duplicated parameters.