Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service
Message
From
28/10/2017 08:48:59
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
28/10/2017 02:29:29
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01655118
Message ID:
01655248
Views:
51
>>
>>Thank you again. In the meantime, I discovered several VFP user functions. I will test them (including yours) and see which one is the fastest and complete.
>
>For completeness sake, the lines checking for the necessity of encoding should be changed to
>
>
>		IF ASC(m.CharAt) >= 128 OR m.CharAt $ ":/?#[]@!$&'()*+,;=%" OR m.CharAt <= " "
>			m.CharAt = "%" + STRCONV(m.CharAt,15)
>		ENDIF
>
Right, because "not greater than space" may not cover all of those punctuation characters, depending on the current collation sequence. I think I've seen one where
?" ">"!"
returns .t.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform