> Hello and thanks for the responses
>
> The problem seems to be connected to the combined field name
> ("field"&mycounter) in the scriptline.
>
> I now solved it by putting the line into a hidden field, then
> getting the
> field and then "do it".
>
> Had the same problem in HyperCard, years ago, but assumed
> that the problem
> wouldnt be the same in MetaCard.
>
> Any better suggestions than collecting the script elements in
> a field and
> then executing it?
The best you could probably do is put the script elements into a variable
and then execute the variable instead of a field. That way you wouldn't
have to have a special hidden field. You could probably even use the
variable named "it".
get "set the textfont of field field" & mycounter & " of card mycard to
times"
do it
Larry Huisingh
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.