Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a simple FLL
Message
From
19/09/2006 18:35:27
 
 
To
19/09/2006 18:09:45
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01154766
Message ID:
01155305
Views:
25
>
>double space, double fast:
>
>For lnPos = 1 To m.lnLen*2 STEP 2
>	=Sys(2600, m.lnMemBlock2 + m.lnPos*1.5 , 2, Sys(2600, m.lnMemBlock1 + m.lnPos , 2))
>Endfor
>
Nice! Just one thing:
For lnPos = 0 To m.lnLen * 2 STEP 2
	=Sys(2600, m.lnMemBlock2 + m.lnPos * 1.5 , 2, Sys(2600, m.lnMemBlock1 + m.lnPos , 2))
Endfor
Otherwise you miss the first byte.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform