when you convert a string path to an actual path and attempt to access an object with it:
example: >> password: make object! [jj: ["bryan" "0"]] >> password/jj == ["bryan" "0"] >> tstring: "password/jj" == "password/jj" >> tstring: to-path tstring == password/jj >> tstring ** Internal Error: ** Script Error: password is not defined in this cont ext ** Near: arg1 you get the error as shown here that the name of your object is not defined in the context. Does anyone know of a way around this? -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
