Allow With-blocks inside macros
Posted: Sat Sep 08, 2018 11:28 am
Code: Select all
Macro Test
With StructedTestVar.Quad
\q = 1
EndWith
EndMacro
Test
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
Macro Test
With StructedTestVar.Quad
\q = 1
EndWith
EndMacro
Test