Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Types
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00465691
Message ID:
00465905
Vues:
9
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform