Hi folks:
I'm trying to get rebol to parse an email address from a text field.
Rebol doesn't like this..
addy: field "type the address" 200x20
or
button "Send" [send addy/text msg/txt]
I'de appreciate any help :))) Because, I stink ...