Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Types
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00465691
Message ID:
00465905
Views:
10
James,
The body is a variable which hold the email.
I think the commas are there.

I got it to working in a other way, but I would like to see it working like you say.

here is what I did,
I took off the , and "

for x = 1 to len(trim(bodyValue))
if mid(trim(bodyValue),x,1) = Chr(34) or mid(trim(bodyValue),x,1) = Chr(39) then
'do nothing
else
newBody = newBody + mid(trim(bodyValue),x,1)
end if
next
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform