Post Reply 
Bug: One of my procedures is missing
06-23-2016, 05:59 PM
Post: #1
Bug: One of my procedures is missing
In this code one of my procedures is missing from the list of exported procedures when you select Run...Trivial changes to the source change whether it's the CAS or non-CAS version that disappears.
On Android.

Code:


 // StephenG1CMZ 2016

 LST_HasDups (LST,AnsBOOL)
 BEGIN
 END;

 EXPORT IZ_HasDups(LST)
 BEGIN
 END;

 EXPORT Z_LST_WRONG_Once(LST)
 BEGIN
 END;

 EXPORT Z_LST_WRONG_OnceCAS(LST)
 //As LST_Once: Using CAS. 
 BEGIN
 END;

 EXPORT Z_POS_HasDups(LST)
 BEGIN
 END;

 EXPORT Z_LST_WRONG()
 BEGIN
 END;

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
Bug: One of my procedures is missing - StephenG1CMZ - 06-23-2016 05:59 PM



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