On Monday, Mar 31, 2003, at 18:08 Europe/Brussels, Maximilian Tyrtania
wrote:
Now this sounds like an embarrassingly stupid question, but how can I
tell
RB to convert a longint like 10000542170454 into the string
"10000542170454
" *without using scientific notation*? That's what RB does when using
Str.
Use this code:
result = format(10000049385938, "#")
Regards,
--
Owen Yamauchi
Domain Softworx
Quality shareware for the Mac
http://connect.to/domainsoftworx/
---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>
Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>
Subscribe to the digest:
<mailto:realbasic-nug-digest at lists dot realsoftware dot com>
.
|