typecasts again
- Posted by gertie at visionsix.com Jan 10, 2003
- 486 views
This line: while sequence(TheWebPage[junk][1]) and match(" ",TheWebPage[junk][1]) do errors out with : attempt to subscript an atom (reading from it) Since TheWebPage[junk] is a sequence, TheWebPage[junk][1] is a sequence, where is it an atom?? Kat