failure to go to subroutine

by Leon Schrecengost (no login)

I have a subroutine that will send data from an array to the printer. I use the lprint command. My problem is when I call the routine nothing happens. When I exit the program it sends the data to the printer. If I change the first line from lprint to print it will display it on the screen what I write but does not contingue to exicute the rest of the routine. Any ideas.
Leon

Posted on Jul 16, 2012, 1:12 PM

Respond to this message   

Return to Index


Response TitleAuthor and Date
hm... on Jul 16
Re: failure to go to subroutine on Jul 16
 failure to go to sub routineLeon Schrecengost on Jul 16
  Re: failure to go to sub routine on Jul 17
   failure to go to sub routineLeon Schrecengost on Jul 17
    It is going to the subroutine on Jul 17
     not going to subroutineLeon Schrecengost on Jul 17
      try something like this on Jul 17
       try thisLeon Schrecengost on Jul 17
        I forgot the commas on Jul 17
         commasLeon Schrecengost on Jul 17
         commasLeon Schrecengost on Jul 18
          Good. Now that your initial problem is resolved ....Solitaire on Jul 18
          yeah on Jul 18
           yeahLeon Schrecengost on Jul 18
           print formattingLeonSchrecengost on Jul 19
            Try CHR$(10) Line feed or CHR$(13) + CHR$(10) on Jul 19
             Line feedLeon Schrecengost on Jul 20