Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can do that declare with VFP?
Message
From
19/07/2006 04:32:52
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
19/07/2006 03:40:10
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01137227
Message ID:
01137521
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform