Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help for a VB equivalent of VFP Syntax
Message
From
27/01/2000 04:50:15
 
 
To
26/01/2000 09:51:55
Annie Joy Araneta
S2S Software Solutions, Inc.
Manila, Philippines
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00322777
Message ID:
00323426
Views:
21
>I used to be a VFP programmer and just new here in UT. Thanks to my friend who gave me this exciting site. Now that I am inclined to learn VB, I have this very first question:
>
>What's the equivalent of SUBSTR() function of VFP in VB?
>
>Ex. in VFP
>cName = 'JUDE'
>cString = SUBSTR(cName,2,1) ' Returns 'N'

cString = MID$(cName,2,1)
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform