Post Reply 
Bug?Android: two procedures in a file won't select exported subroutine
08-30-2015, 08:08 AM
Post: #3
RE: Bug?Android: two procedures in a file won't select exported subroutine
(08-30-2015 01:32 AM)Tim Wessman Wrote:  Do you have ; after each end? Just a thought. Don't know if it would impact anything.


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

Yes, and brackets after MAIN, sorry I omitted them here.
I've now taken out all the inner code, so you just have the standard EXPORT MAIN...END; preceded by a similar EXPORT DD...END; and the same thing happens.

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 - 08-30-2015 08:08 AM



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