How to do "{TSI:IGNORE}" in CBuilder

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
pls
Posts: 13
Joined: Mon Feb 09, 2004 8:36 pm
Location: Phoenix, AZ, USA

How to do "{TSI:IGNORE}" in CBuilder

Post by pls »

How do you do the equivalent of {TSI:IGNORE} in CBuilder :?:

Thanks
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

IGNORELINE = '/*TSI:IGNORE*/';
STARTIGNORE = '/*TSI:IGNORE ON*/';
STOPIGNORE = '/*TSI:IGNORE OFF*/';
Post Reply