Thanks anyway Pekr :-(
Sharriff Aina
med.iq information & quality in healthcare AG
Petr
Krenzelok An: [EMAIL PROTECTED]
<Petr.Krenzel Kopie: [EMAIL PROTECTED]
[EMAIL PROTECTED]> Thema: [REBOL] Re: protecting an element in
Block!
Gesendet von:
rebol-bounce@
rebol.com
06.11.00
13:11
Bitte
antworten an
rebol-list
[EMAIL PROTECTED] 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 "[EMAIL PROTECTED]"
> ]
>
> user1 [
> user1 "Userfirstname Userlastname"
> email "[EMAIL PROTECTED]"
> ]
1) you don't need write email as string in rebol, you can use
[EMAIL PROTECTED] without the quotes ....
2) Rebol crashed when tried to use 'protect word upon block ....
admin: ["Petr Krenzelok" [EMAIL PROTECTED]]
protect admin .... causes rebol crash ...
PS: cc'ed to feedback ...
Cheers,
-pekr-
>
>
> I have written a script that "Removes" the user block from a CGI
generated
> XHTML form, I would like to protect (write protect) the "Admin" block
> somehow without much complication.
> Ideas?
>
> Sharriff Aina
> med.iq information & quality in healthcare AG
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
