When i use the (-) switch before an section name the compiler gives the error message "Error: Section already open, call SectionEnd first"Section -Test
SectionEnd
I tested this in a new clean script were no sections were opened previously
DOCa Cola
9 posts
When i use the (-) switch before an section name the compiler gives the error message "Error: Section already open, call SectionEnd first"Section -Test
SectionEnd
Originally posted by Afrow UKThis does not work too
Try using
Section "-Test"
SectionEnd
-Stu