 |
| Converting characters to upper or lower case |
User rating: 0/10 (0 votes) | | |
|
 |
 |
 |
DECLARE INTEGER CharLower IN user32 STRING @ lpsz
DECLARE INTEGER CharUpper IN user32 STRING @ lpsz
lcText = "Jack and Jill went up the hill"
? CharLower (@lcText)
? lcText
? CharUpper (@lcText)
? lcText
|
 |
User rating: 0/10 (0 votes) | | | 218 bytes Created: 2001-07-31 12:00:00 Modified: 2001-09-28 16:45:23 Visits in 7 days: 40 |
|
 |
 |
| Listed functions: |
 |
|
 |
 |
| My comment: |
 |
Both these functions work slower then the native VFP case converting functions. At least I have found them to be slower on my computer comparing their performance on long cycles.
The only reason that I can see in using these functions is passing the parameter by a reference.
Also there may be some flavours from the side of Unicode strings. I"m not sure at this point. |
 |
 |
| Word Index links for this example: |
 |
|
|
 |
 |
| Translate this page: |
 |
|