Thread: Issues Please?
View Single Post
Unread 06-13-2006, 10:50 AM   #43
affinity
 
Join Date: Apr 2006
Posts: 799
Thanks: 66
Thanked 61 Times in 44 Posts
affinity will become famous soon enough
Default

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.
affinity is offline   Reply With Quote