Thanks Ken, David, at the end the object form of reference seems to be the most sutable to me.
Regards eugen David Bovill wrote: > > Can't see why either should work - unless you have a field with a name of > 'Field "body"'. > > Shouldn't the second working example be: > > put "1" into fld_name > put 123 into control fld_name > > Which would put the text "123" into the first field. > > I tend to use at the moment object references - ie > > put the long id of field 1 into fldObject > set the text of fldObject to "123" > > Where: > > put "123" into fldObject > > Does nothing to the field - just re-sets the variable > > > From: eugen helbling <[EMAIL PROTECTED]> > > Subject: can't find object <field 1> > > > > Hi, > > > > in a stack script part I used following to put something into a field > > > > put "field " & quote & "body" & quote into fld_name > > put 123 into control fld_name > > > > instead of the following returns error ( can't find object <field 1>) > > > > put "field 1" into fld_name > > put 123 into control fld_name > > > > what is wrong in the second case ? > > > > regards > > eugen > > > > > > > > _____________________________________________________________________ > > > > GINIT Technology GmbH [EMAIL PROTECTED] > > Eugen Helbling www.ginit-technology.com > > Emmy-Noether-Str. 11 phone: +49-721-96681-0 > > D-76131 Karlsruhe fax: +49-721-96681-111 > > _______________________________________________ > > metacard mailing list > > [EMAIL PROTECTED] > > http://lists.runrev.com/mailman/listinfo/metacard > > > > _______________________________________________ > metacard mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/metacard -- Eugen Helbling _____________________________________________________________________ GINIT Technology GmbH [EMAIL PROTECTED] Eugen Helbling www.ginit-technology.com Emmy-Noether-Str. 11 phone: +49-721-96681-0 D-76131 Karlsruhe fax: +49-721-96681-111 _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
