Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can do that declare with VFP?
Message
De
19/07/2006 04:32:52
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
19/07/2006 03:40:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01137227
Message ID:
01137521
Vues:
15
Thank you, but I got error about "theints" array. how can I implement that?

>
>LOCAL lcMathAccum
>lcMathAccum = BINTOC(theLenght,"RS") + ; && thelength = some numeric variable
>"?" + ; && or whatever other single char makes sense
>" " && another single character ..
>
>&& append MInts array ..
>FOR xj = 1 TO theLength
> lcMathAccum = lcMathAccum + BINTOC(theInts[xj],"RS")
>ENDFOR
>
>&& pad to full length (26 bytes) if less than 5 MInts were appended ..
>lcMathAccum = PADR(lcMathAccum,26,CHR(0))
>
>&& the functioncall ...
>
>
>Regards
>Christian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform