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
