Re: ON/GOSUB


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jim Guerber on June 27, 2019 at 14:33:59:

In Reply to: ON/GOSUB posted by Jeff Cinelli on June 26, 2019 at 17:56:45:

We did not implement ongosub because with very little effort it could be coded like this:


gosub OnGosub
print 'back from gosub'
.
.
.

OnGosub:
ON X GOTO a,b,c,d,...

a:
.
.
.
return

b:
.
.
.
return
.
.
.
etc



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]