failure to go to subroutineby 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 |
| Response Title | Author and Date |
| hm... | on Jul 16 |
| Re: failure to go to subroutine | on Jul 16 |
| failure to go to sub routine | Leon Schrecengost on Jul 16 |
| Re: failure to go to sub routine | on Jul 17 |
| failure to go to sub routine | Leon Schrecengost on Jul 17 |
| It is going to the subroutine | on Jul 17 |
| not going to subroutine | Leon Schrecengost on Jul 17 |
| try something like this | on Jul 17 |
| try this | Leon Schrecengost on Jul 17 |
| I forgot the commas | on Jul 17 |
| commas | Leon Schrecengost on Jul 17 |
| commas | Leon Schrecengost on Jul 18 |
| Good. Now that your initial problem is resolved .... | Solitaire on Jul 18 |
| yeah | on Jul 18 |
| yeah | Leon Schrecengost on Jul 18 |
| print formatting | LeonSchrecengost on Jul 19 |
| Try CHR$(10) Line feed or CHR$(13) + CHR$(10) | on Jul 19 |
| Line feed | Leon Schrecengost on Jul 20 |