Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Name of calling function from called function?
Message
De
03/06/2004 15:16:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00909665
Message ID:
00909677
Vues:
8
Michael:
With Program() or Sys(16)
FOR nI=1 TO 128
   cPrg = PROGRAM(nI-1)
   IF EMPTY(PROGRAM(nI+1))
      exit
   ENDIF
ENDFOR
MESSAGEBOX("The calling function was "+cPrg)
>How can I determine within my function which other function called it?
Ricardo Aidelman
Software Developer
Praxis Computación
Buenos Aires, Argentina
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform