Well... I dunno. I don't think I've ever set the numberFormat (haven't had a reason to).
But it seems to be working now... after numerous times of it not working. Honestly... my computer is infected :-/ Thanks, Mark. Judy On 8/1/07, Mark Schonewille <[EMAIL PROTECTED]> wrote: > Hi Judy, > > What is really in n? Is it possible that n contains 1.0, 2.0 etc > instead of 1, 2 etc? I had a similar problem after setting the > numberformat. > > Best regards, > > Mark Schonewille > > -- > > Economy-x-Talk Consulting and Software Engineering > http://economy-x-talk.com > http;//www.salery.com > > Quickly extract data from your HyperCard stacks with DIFfersifier. > http://differsifier.economy-x-talk.com > > > Op 1-aug-2007, om 18:29 heeft Judy Perry het volgende geschreven: > > > Hi, > > > > Maybe it's the Florida vacation humidity affecting my already feeble > > brain, but I'm having problems with the following: > > > > repeat with n = 1 to 15 > > put "penny" & n into myPenny > > hide image myPenny > > end repeat > > > > I get: > > > > Message execution error: > > Error description: Chunk: no such object > > > > when I run the handler from the message box. > > > > HOWEVER, if I do this, manually, from the message box: > > > > put "penny" & "1" into myPenny > > hide image myPenny > > > > it work. > > > > Why? Why isn't it working in the handler? Any ideas? > > > > Thank you, > > > > Judy > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
