home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / PROM / PAN01_1.DIR / 00005_Script_5 < prev    next >
Text File  |  2001-09-07  |  168b  |  7 lines

  1. --continuer commande
  2. on mouseUp
  3.   global gListeCom, gTypeAboChoisi
  4.   if count(gListeCom) <> 0 then
  5.     acces "pan0" & string(gTypeAboChoisi) & "_2"
  6.   end if  
  7. end