Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
strxfrm | version 1.0 | no |
number strxfrm(string strDest, string strSource, number count) |
strDest | Destination string. |
strSource | Source string. |
count | Maximum number of characters to place in strDest. |
Transform a string based on locale-specific information. The strxfrm function transforms the string pointed to by strSource into a new collated form that is stored in strDest. No more than count characters, including the null character, are transformed and placed into the resulting string. The transformation is made using the current locale's LC_COLLATE category setting. |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |