Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to parse a string for a sign
Message
From
23/05/2003 07:23:52
 
 
To
23/05/2003 04:46:05
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00792098
Message ID:
00792127
Views:
25
Hi Agnes,

uses "external domain tokens" algoritm:
sqlcmd="SELECT aField, bField AS Field2, [, ]+PADR(cField,2) AS cField ..."

? STRTRAN(STRTRAN(strtran(m.sqlcmd,"[, ]",CHR(1)),", ",","+CHR(13)+" "),CHR(1),"[, ]")
but i think you want this:
? STRTRAN(STRTRAN(strtran(m.sqlcmd,"[, ]",CHR(1)),", ",","+CHR(10)+" "),CHR(1),"[, ]")
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform