Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long Live FoxPro............
Message
From
02/11/2000 17:09:51
 
 
To
02/11/2000 14:41:42
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00437288
Message ID:
00437419
Views:
13
>Ok.. I am stuck in a VB world and have a Fox Disposition. I need to do a VERY simple task (well ok maybe it would be simple in FoxPro), all I need to so is replace all char of one type '_' with another chr(32). Now in foxpro I would do a Chrtran and replace all the _ with chr(32).. but I have yet to find a similar command in VB. I really hate to loop thru a whole database char by char (talk about slow).
>
>Any suggestions? (other than go back to foxpro)
>
>thanks,
>Jason

Is this REPLACEing in a single string? or is it REPLACEing in data?

If it's in data, then the front end is completely irrelevant - you need the correct command that works with the database backend you are working with.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform