> I am trying to script a handler to produce buttons with scripts > including lines which contain "0". but use of quote & 0 & quote (or > zero) just reproduce the word "quote" instead of the needed "s. > There must exist a solution. but all experiments seem to fail > > this is how the (functioning) lines in the "handmade" buttons look like: > > if the number of chars of item 1 of retro = 1 then > put "0" before retro > end if > put "0" into char 5 of retro > put short name of me into ikon > put ikon after field retro > > Kresten
Here is a little script which might help you find your way: on mouseUp set numberformat to "00" put 1+0 into fld 1 end mouseUp > > Refer please to Oikos Homestation <http://www.psy.ku.dk/bjerg>, for > further information > > Kresten Bjerg > > Mailto:[EMAIL PROTECTED] > > Adress 1: Ollekolle, Institut for psykologi, K�benhavns Universitet Amager, > Njalsgade 88, 2300.Copenhagen, DK - (+45) 35 32 87 99 > > Adress 2: Sortedam Dossering 95 B, 2100 Copenhagen, DK - (45) 35 38 99 39 > > Adress 3: Skrivergaarden, H�gsma pr Glim�kra, SE - (+46) 708 915 386 > > ______________________________________________________________ > > > _______________________________________________ > use-revolution mailing list > [email protected] > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
