Apostrophe ' problem (General questions)
Using the Formpost.Add method.
I notice that when I do formpost.Add of character string:
space is translated by your program to become + (I thought it should be 20 ?)
becomes 2F
' becomes 27
+, 20, 2F seems to work fine. but not 27.
Why does the apostrophe cause problem? Among other data, I have a companyname data eg. ALex's Company formpost.Add and Post(). The receiving program did not update . IS this a problem with the 27 or is it a problem with the receiving program?
Thanks for any clue.
Can someone also point me to some documentation for translation of symbols if I were to string it myself?
Complete thread:
- Apostrophe ' problem - Skc, 2007-09-24, 10:56
- Re: Apostrophe ' problem - wodDamir, 2007-09-24, 12:09
- Re: Apostrophe ' problem - skc, 2007-09-24, 14:06
- Re: Apostrophe ' problem - wodDamir, 2007-09-24, 14:38
- Re: Apostrophe ' problem - Skc, 2007-09-24, 16:40
- Re: Apostrophe ' problem - woddrazen, 2007-09-24, 16:44
- Re: Apostrophe ' problem - Skc, 2007-09-25, 05:18
- Re: Apostrophe ' problem - woddrazen, 2007-09-24, 16:44
- Re: Apostrophe ' problem - Skc, 2007-09-24, 16:40
- Re: Apostrophe ' problem - wodDamir, 2007-09-24, 14:38
- Re: Apostrophe ' problem - skc, 2007-09-24, 14:06
- Re: Apostrophe ' problem - wodDamir, 2007-09-24, 12:09