Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String Too Long to Fit
Message
 
To
12/05/2000 15:12:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00369164
Message ID:
00369210
Views:
13
>Hi Bret,
>
>Although it can happen at different places at different times, in a loong SQL SELECT statement for instance. When I disassemble the statement and reassemble it lin by line it will work fine. Currently I'm having problems with the following:
>
>NewText = cMonth(DATE())+" "+ALLTRIM(STR(Day(DATE())))+", "+ALLTRIM(Str(Year(DATE())))
>
>DO WordRepl WITH "<>", NewText
>
>I will probably work around with:
>
>NewText - 'May 12, 2000'
>DO WordRepl WITH "<>", NewText
>
>But of course that only works today.
>
>Thanks. Have a nice day.
>
>Regards,
>
>Paige

You might try replacing the above with

mdy(date())
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform