Thanks, It works :) On 6 Tháng Mười, 17:40, VK <[email protected]> wrote: > Hi, > If you're in "pure" jbase - make it a PROGRAM instead of a SUBROUTINE; > put STOP instead of RETURN. > > Or you can write another PROGRAM and put to it: > > CALL RTN.TIENDH > > In T24 environment things are a little bit different. > > VK > > On Oct 6, 5:45 am, tien dh <[email protected]> wrote: > > > > > > > > > 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
