Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine Which Class I'm In
Message
 
 
À
08/10/2004 15:30:00
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00949960
Message ID:
00950044
Vues:
12
>I had something very similar, but since I read about aStackInfo
>I rewrote some lines <g>. It helps tremendously to see the linenumbers
>as well - in internal versions I also write out the source code line.
>
>my 0.02 EUR

Nice function. Something like:
#DEFINE VFP_CRLF CHR(13) + CHR(10)

ASTACKINFO(laStackInfo)
lcStack = []
FOR lnI = 1 TO ALEN(laStackInfo, 1)
    FOR lnJ = 1 TO ALEN(laStackInfo, 2)
        lcStack = lcStack + TRANSFORM(laStackInfo[lnI, lnJ]) + VFP_CRLF
    ENDFOR
ENDFOR
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform