Thread: Issues Please?
View Single Post
Unread 06-13-2006, 11:51 AM   #44
xcaliba
Junior Member
 
Join Date: May 2006
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
xcaliba is on a distinguished road
Default

Quote:
Originally Posted by affinity
That takes me back to learning BASIC [beginners all purpose symbolic instruction code] on a Tandy TRS-80 microcomputer...

I've found that dial plan numbering can cover a huge range, so the trick is to have gaps built-in; the old BASIC code:
10 PRINT "HELLO WORLD"
20 GOTO 10

....
15 PRINT "- HAVE A GREAT DAY!"

New code:
10 ...
15 ...
20 ...

So, if you leave gaps, then you can always add entries between them.
Simple ideas are often so easy
Solves my problem completely. Thanks.
xcaliba is offline   Reply With Quote