Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
An FPDos bug ?
Message
From
28/06/1999 00:13:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
An FPDos bug ?
Miscellaneous
Thread ID:
00234624
Message ID:
00234624
Views:
58
Hi,

While using FP DOS I call a UDF from a SQL SELECT. I was surprised to find out that TRIM() does not work seem to work within the function! The code is this:

SELECT FormatData(cX) AS cX FROM xx INTO CURSOR Y

FUNCTION FormatData
PARAMETER tcData
lcNewData = ...
RETURN lcNewData


After getting funny results I paused within the function and
tested through the DEBUG window that TRIM("aa ")+"." is not
"aa." Does anybody know why? Have I gone through the looking glass?

TIA,

Alex
Next
Reply
Map
View

Click here to load this message in the networking platform