#Stem variables and subst
02-Jun-93 20:45:02
Sb: #35016-#Stem variables and subst
Fm: John Toebes/SYSOP 70007,3467
To: Clark Williams 76237,746
Actually, the problem is that for the second level subtitution, it is not
automatically translated to upper case. Hence:
t.deepthot = 1
host = 'DeepThot'
say "Try1:" t.host
host = 'DEEPTHOT'
say "Try2:" t.host
results in
Try1: t.DeepThot
Try2: 0