Hello,

I want to change 14 fields on one page from one font to another font. And I
want to do it with a repetition, instead of having 14 scriptlines.

The fields are named field1, field2 etc.

on changefont
put 0 into mycounter
  repeat until mycounter is 14
     set the textfont of field ("field"&mycounter) of card mycard to times
     add 1 to mycounter
  end repeat
end changefont

Tried with and without quotation marks and with and without brackets.

But it doesnt work. Any advise?

Best regards 

Carsten Levin, Denmark


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to