| Reply | « Previous Thread | Next Thread » |
|
Hello Everybody,
I need find ascii value of each character in a text or word in PyS60. Is there any ready function that help me or any example that help me? Thanks & Regards. Jajal Mehul |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
You can use the ord(character) function for that:
Code:
>>> ord('a')
97
![]() |
|
Thanks bogdan....
Jajal Mehul |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| ERROR RCmake.exe AND rcomp.exe | jifik | Symbian Tools & SDKs | 2 | 2005-10-31 13:24 |
| codewarrior中编译出错?(每个例子均是一样) | uufile | Symbian | 3 | 2005-09-13 06:37 |
| How to convert an ascii code as a character in a descriptor? | tryynanen | General Symbian C++ | 1 | 2005-03-23 12:46 |
| Errors compilling and debugging Helloworld | doberlet | Symbian Tools & SDKs | 2 | 2004-03-04 19:08 |
| Codewarrior import .mmp error | serenade | Symbian Tools & SDKs | 1 | 2004-02-21 21:06 |