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

[REBOL] Path failure? Re:

From: al:bri:xtra at: 27-Sep-2000 22:10

Sharrif wrote:
> can anyone tell me why this path fails? > > >> load %test.r > == [ > users: [admin: [ > name "name-admin" > email "name-admin" > ] > ] > ] > >> print users/admin/name > ** Script Error: users has no value. > ** Where: print users/admin/name
Try: users: load %test.r and make sure that your block looks like this before set-ing 'users: [ admin [ name "Another User" email [A--User--med-iq--de] ] ] Note that the extra level of nesting has been eliminated and the colon : after "admin" has been deleted. I hope that helps! Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/ http://members.xoom.com/AndrewMartin/