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

[REBOL] Re: protecting an element in Block!

From: petr:krenzelok:trz:cz at: 6-Nov-2000 14:11

[Sharriff--Aina--med-iq--de] wrote:
> Hi! > > I´m using blocks as databses in my app. Can anyone tell me how to protect > certain values in the blocks? > > Example: > > admin [ > admin "Sharriff Aina > email "[sharriff--aina--med-iq--de]" > ] > > user1 [ > user1 "Userfirstname Userlastname" > email "[userfirstname--userlastname--med-iq--de]" > ]
1) you don't need write email as string in rebol, you can use [sharriff--aina--med-iq--de] without the quotes .... 2) Rebol crashed when tried to use 'protect word upon block .... admin: ["Petr Krenzelok" [petr--krenzelok--trz--cz]] protect admin .... causes rebol crash ... PS: cc'ed to feedback ... Cheers, -pekr-