Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arquivos de Funções
Message
 
To
05/02/2002 13:05:53
Fabiano J Araujo Silva
Simples Ass. Ger. Em Informática Ltda
Marília, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00615613
Message ID:
00615619
Views:
16
Fabiano,

O VFP possui DLLs de apoio:
No VFP5: VFP5.DLL VFP5PTB.DLL (português)
A do VFP7 eu ainda não decorei.

Com relação a percorrer os caracteres:

SubStr( cString , PosInicial, QtdPosições)

Exemplificando:
cString = "VISUAL FOXPRO"
For nPos = 1 To Len(cString)
   ? SubStr(cString,nPos,1)
EndFor
[]s
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Reply
Map
View

Click here to load this message in the networking platform