Hi all ~ whoa - let me try= this again! I don't understand= the purpose
of the line I have commented out= in one of Carl's examples from the=
CookBook: http://www.rebol.net= /cookbook/recipes/0010.html[0]
verify-field: func= [name face] [ if any= [   ;string?= face/text
#160 empty?= trim/head/tail face/text   ][
   #160 alert= reform ["The" name "field is required"]
 #160 return= false   ]   true   ]
As a matter of fact,= it doesn't work if the line is left in.... Can
someone= enlighten me? TIA, Kai
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.