Post Reply 
Bug?Android: two procedures in a file won't select exported subroutine
08-29-2015, 07:33 AM (This post was last modified: 08-29-2015 07:44 AM by StephenG1CMZ.)
Post: #1
Bug?Android: two procedures in a file won't select exported subroutine
I've got a file with a main procedure calling a subroutine. If both are EXPORT, I see an option to Run two procedures, but both have the name of the file/main procedure. Whether I tap 1 or 2, the main procedure rather than its subroutine executes.

EXPORT DD(parameters)
BEGIN
// draw rectangle
END
EXPORT MAIN
BEGIN
// for loop draw several rectangles using DD
END

It seems to me the Android version should be showing DD and MAIN as runnable, instead it is showing MAIN twice and asking which one to run.

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?Android: two procedures in a file won't select exported subroutine - StephenG1CMZ - 08-29-2015 07:33 AM



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