2007 Aug 22 1:41 AM
hi
i use strlen function to get string length.
but some time the strlen can't work when the string contain unicode char.
so when i write field+0(len) can't show all information.
how to get right length?
2007 Aug 22 2:13 AM
Hi,
Function STRLEN only works with character-type fields and returns the length in characters. The new function XSTRLEN finds the length of byte strings.
aRs
Use STRING data type in STRLEN and also check your program attributes with "Unicode checks active" is checked.
2007 Aug 22 1:59 AM
Use STRING data type in STRLEN and also check your program attributes with "Unicode checks active" is checked.
2007 Aug 22 2:13 AM
Hi,
Function STRLEN only works with character-type fields and returns the length in characters. The new function XSTRLEN finds the length of byte strings.
aRs
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |