Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Cannot use path on char! value

From: vache::bluejellybean::com at: 30-Jun-2001 14:00

Before I upgraded to the newest version of /view, the following code worked... source: to-hash read/lines source-file forall source [ if equal? source/1/1 #"#" [ ... unrelated code ... ] ] I now get the error "Cannot use path on char! value" at the if statement. The code is supposed to be comparing the first character of the first line (source/1/1) to "#". It worked before! :\