Post Reply 
Bug: One of my procedures is missing
06-25-2016, 08:10 PM
Post: #4
RE: Bug: One of my procedures is missing
(06-25-2016 06:23 PM)Arno K Wrote:  Hi Stephen,
I have not tried your code, but maybe that depends on your naming as one of your procedures is called: Z_LST_WRONG_OnceCAS(LST) and another one is called: Z_LST_WRONG_Once(LST), finally there is a third one: Z_LST_WRONG() . May be that the prime cannot distinct two or three nearly same named routines, perhaps because that are simply too many characters, I would try two different names, as I guess that one of these is missing.
One last remark: if you had explained which one was missing you would perhaps have got help earlier/more.
Arno

I am seeing Once but not OnceCAS but earlier i had a global variable before the first procedure,
LOCAL TM;
and then I saw OnceCAS but not Once.
If I insert
EXPORT ZZ() BEGIN END
Between the two procedures, I then see both the procedures I want and not ZZ.

I understand names are meant to be 31 characters, so that _shouldnt_ be an issue, but havent shortened them yet. I have also changed AnsBOOL to ABOOL in case Ans was confusing, but no change.

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Bug: One of my procedures is missing - StephenG1CMZ - 06-25-2016 08:10 PM



User(s) browsing this thread: 1 Guest(s)