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

[REBOL] Antwort: Re: protecting an element in Block!

From: sharriff::aina::med-iq::de at: 6-Nov-2000 13:34

Thanks anyway Pekr :-( Sharriff Aina med.iq information & quality in healthcare AG Petr Krenzelok An: [rebol-list--rebol--com] <Petr.Krenzel Kopie: [feedback--rebol--com] [ok--trz--cz]> Thema: [REBOL] Re: protecting an element in Block! Gesendet von: rebol-bounce@ rebol.com 06.11.00 13:11 Bitte antworten an rebol-list [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-