realbasic-nug
[Top] [All Lists]

Re: [ANN] REALbasic PDF

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: [ANN] REALbasic PDF
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Mon, 31 Oct 2005 09:39:50 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <BF8B9114 dot 1B870%fvanlerberghe at freegates dot be>

On Oct 31, 2005, at 1:15 AM, Francois Van Lerberghe wrote:

le 31/10/05 1:32, Norman Palardy <npalardy at great-white-software dot com> a
écrit :

 currentDecimal = format(1.5,"0.0")
 currentDecimal = replaceAll(currentDecimal,"1","")
 currentDecimal = replaceAll(currentDecimal,"5","")

I should code it in one line :
    currentDecimal = format(0,".")

I suppose it could couldn't it ?

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

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