Try this

  repeat with i = 2 to member("selectedProds").line.count
    member("selectedProds").line[i].fontStyle = [#plain]
  end repeat


Ryan



Good morning list,
Can anyone suggest a repeat loop for changing the fontStyle of lines 2
through lineCount of a field member to "plain" ?  I've tried variations of
the script below with no success.

  repeat with i = line 2 to the lineCount of member "selectedProds"
    set the fontStyle of line i of member "selectedProds" to "plain"
  end repeat



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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