Link to home
Start Free TrialLog in
Avatar of roncm
roncm

asked on

Equavelent to xBase SUBSTR() function?

I hate to post these no-brainer questions, but I find the Delphi help to be less than helpful.  For instance, I see no listing of built in functions anywhere, and there are rarely an examples in the Help files...

What I am trying to do is so utterly simple.  Here the way it would be in xBase:

MyVar := "MARY"
SecondPos = SUBSTR(MyVar,2,1)          && SecondPos now contains "A"

Thanks...  



ASKER CERTIFIED SOLUTION
Avatar of ronit051397
ronit051397

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of roncm
roncm

ASKER

Thanks, Ron, I never would have though to look under COPY()...

With the help of this forum, I just might be able to finish this project...:)