Post Reply 
Bug?Android: two procedures in a file won't select exported subroutine
08-30-2015, 01:32 AM
Post: #2
RE: Bug?Android: two procedures in a file won't select exported subroutine
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; // <----

TW

Although I work for HP, the views and opinions I post here are my own.
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 - Tim Wessman - 08-30-2015 01:32 AM



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