Hi, Based on your original request... >Hi > >I have the following code : > >output1: %output1.tmp >output2: %output2.tmp >output3: %output3.tmp > >if exists? output1 [ delete output1 ] >if exists? output2 [ delete output2 ] >if exists? output3 [ delete output3 ]
you can try the following line (dynamic variables...): output1: %output1.tmp delete get 'output1 Using get is useful since you can "extract" an Obj reference from a variable. bye! --Alessandro-- -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Vorresti trasformare il tuo salotto in un cinema? Amplificatore Yamaha RX V520: stupendo. E' in offerta su Bow.it! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=402&d=19-4 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
