Can anyone tell me how to correct the indention for the CASE statement?
It drops the ENDCASE statement one level back from the DO CASE statement. It's
a little thing, but it ought to work correctly, IMO.
Example:
FUNCTION example
lnTags = ALINES(aTags, lcString, 9, '<')
FOR nTag = 1 TO lnTags
DO CASE
CASE aTags(nL) = 'tcom'
aTags(nL) = 'rpl'
ENDCASE
NEXT
ENDFUNC
I know everyone knows this, but the NEXT statement should be under the FOR and
the ENDCASE should be indented under the DO CASE.
thanks,
Tom
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.