Post Reply 
Bug?Android: two procedures in a file won't select exported subroutine
09-04-2015, 07:32 PM
Post: #5
RE: Bug?Android: two procedures in a file won't select exported subroutine
Code:

EXPORT DD ()
BEGIN

END;

EXPORT TRY()
BEGIN

END;
Although the trivial example described above still doesnt show DD after editing (only from Home), whilst coding a more complete program I am often seeing more than one exported function after editing, as expected. I'm not sure exactly what change causes it to show/not show.

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?Android: two procedures in a file won't select exported subroutine - StephenG1CMZ - 09-04-2015 07:32 PM



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