On 10/12/02 8:11 AM, "Bertil Flink" <[EMAIL PROTECTED]> wrote:
> put member("fieldMember").line[4]
Thanks Bertil
Exactly what I needed.
Here s a quick example of what I came up with that seems to be working fine.
on checkLine
x = the mouseLine
lineText = member("aaa").line[x]
if lineText contains "@" then
gotoNetPage "mailto:"& lineText
else
alert "Not a valid email address"
end if
End
lingochef
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]