diff options
author | pixel <pixel> | 2003-11-25 01:13:50 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-11-25 01:13:50 +0000 |
commit | 175e543d6032ecb249de97eccaba4065840250e7 (patch) | |
tree | 43d6f6593834eaf5259b38206d6c2ceb47b9ce79 /doc/API | |
parent | bc33774a3e6954cd0847002ff347064ae88abeeb (diff) |
Changements sur les Handles...
Diffstat (limited to 'doc/API')
-rw-r--r-- | doc/API | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ will clean the extract function, I swear. int to_int() const; Tries to convert the String into an int. If the string is *exactly* not an int, it -will returns 0. Even " 123" will be rejected. +will return 0. Even " 123" will be rejected. double to_double() const; The same with a double. |