realbasic-nug
[Top] [All Lists]

Re: Longint to string

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Longint to string
From: Owen Yamauchi <owen dot yamauchi at chello dot be>
Date: Mon, 31 Mar 2003 18:18:11 +0200
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>
.


<Prev in Thread] Current Thread [Next in Thread>