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

[REBOL] Re: Cannot use path on char! value

From: brett:codeconscious at: 1-Jul-2001 11:07

>> source: ["one" "two" "three"]
== ["one" "two" "three"]
>> source/1/1
== #"o"
>> if equal? source/1/1 #"#" [print "it was equal to #"]
== none Are your sure you haven't changed source to be a string instead of a block of strings? Brett.