This is one I can field : In a main routine have something like this: 001 crt "going to subroutine now"002 CALL RTN.TIENDH003 END ;*DONE WITH THIS ROUTINE Dave > Date: Wed, 5 Oct 2011 20:45:19 -0700 > Subject: How to execute a subroutine > From: [email protected] > To: [email protected] > > HI all, > I'm a beginner for jBase. I have written a subroutine as below: > 0004 SUBROUTINE RTN.TIENDH > 0005 FOR I=10 TO 1 STEP -1 > 0006 CRT I > 0007 NEXT I > 0008 RETURN > 0009 END. > > The compilation is ok, but I don't know how to run this Subroutine. > How can I use or run this? please help me > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions specific > to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en
-- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
