Hi List ,

when I paste for example 200 characters into the member("Body") it went
completey crazy. Alert,
alert , alert , alert , alert , alert , alert , alert , alert , alert
.............
How can I prevent this and auto. delete the character(s) after the 150 ?

I use the lingo belowe:

on checkChar
  if member("Body").text.length > 150 then
    if gLang = "eng" then
      alert "Max 150 characters. Should you need more then please state
it in your e-mail."
    else if gLang = "fra" then
      alert "Max 150 caract�res. Si vous avez besoin de plus de place,
contacter nous par E-mail."
    end if
  end if
end

TIA
Tony

[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!]

Reply via email to