Concept Framework 2.2 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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |