Also, make sure, as R:azzak indicated, to limit the line length to 79
characters.; I have run into this problem before where the code would run
correctly but after it was compiled it would no longer run. I took me a
while to figure out that a line was longer that 79 characters and the code
would break long before it got to this line.
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lawrence Lustig
Sent: Monday, October 18, 2004 9:07 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Re: Won't compile properly

<<
The unique names did it, although I'm not really sure why.  I have
twomodules
that are different AFTER 8 letters, and they both run justfine.  Besides why
would the trace work, but not running normally?
>>

I know that block names are officially limited to 8 characters.  Why would
it
work un-codelocked and not codelocked?  One possibility is that the 8
character
limit is only enforced in codelocked code (for instance, if part of the
codelocking process tokenizes the block names to eight characters.  Another
is
that un-codelocked code might search forward through the code for a matching
block while codelock might use some other algorithm.

In any event, stick with 8 characters (or, at least,
unique-in-the-first-eight-characters block names and you should be ok).
--
Larry

Reply via email to