Dear,
When I use a field in format number the decimal point is not recognised. My
system setting for numbers tell me that a komma "," is the decimal
seperator. I like to keep it that way because I use it in HTML.
I've got a keyboard with a point in de numeric region. When I use a komma
"," it works, but it's not quit easy.
Changing the number format (format as decimal) is not a solution.
can someone help me!
|
|
0
|
|
|
|
Reply
|
tom
|
1/20/2004 9:13:01 PM |
|
tom <toml@pandora.be> wrote:
> When I use a field in format number the decimal point is not recognised. My
> system setting for numbers tell me that a komma "," is the decimal
> seperator. I like to keep it that way because I use it in HTML.
> I've got a keyboard with a point in de numeric region. When I use a komma
> "," it works, but it's not quit easy.
As far as I know you have to choose either the point or the comma as
decimal separator, not both. You may enter numbers with decimal points
into a text entry field and define your number field as a calc
Substitute (text entry, ".", ",")
--
Hans Rijnbout
Utrecht, Netherlands
|
|
0
|
|
|
|
Reply
|
jrijnb
|
1/20/2004 11:22:05 PM
|
|
Hans Rijnbout wrote:
> tom <toml@pandora.be> wrote:
>>When I use a field in format number the decimal point is not recognised. My
>>system setting for numbers tell me that a komma "," is the decimal
>>seperator. I like to keep it that way because I use it in HTML.
>>I've got a keyboard with a point in de numeric region. When I use a komma
>>"," it works, but it's not quit easy.
> As far as I know you have to choose either the point or the comma as
> decimal separator, not both. You may enter numbers with decimal points
> into a text entry field and define your number field as a calc
> Substitute (text entry, ".", ",")
How about using a 'space'?
--
MARCH FOR WOMEN'S LIVES: April 25th, 2004 [ http://march.feminist.org/ ]
The students of the University of Southern California are fundraising to send USC
feminists to D.C.
Please donate what you can to help us attend the conference/march via PAYPAL, under the
jamesony@usc.edu account. Folks who donate and send an email will get a photo and journal
of our time there. Thanks.
|
|
0
|
|
|
|
Reply
|
consul
|
1/27/2004 7:53:36 PM
|
|
~consul <consul@INVALIDdolphins-cove.com> wrote:
> Hans Rijnbout wrote:
> > tom <toml@pandora.be> wrote:
> >>When I use a field in format number the decimal point is not recognised. My
> >>system setting for numbers tell me that a komma "," is the decimal
> >>seperator. I like to keep it that way because I use it in HTML.
> >>I've got a keyboard with a point in de numeric region. When I use a komma
> >>"," it works, but it's not quit easy.
> > As far as I know you have to choose either the point or the comma as
> > decimal separator, not both. You may enter numbers with decimal points
> > into a text entry field and define your number field as a calc
> > Substitute (text entry, ".", ",")
>
> How about using a 'space'?
That would work as well, substituting a comma for the space in the
number calculation. But you should be wary of users typing leading or
trailing spaces into text entry fields. You can remove these with the
Trim function.
--
Hans Rijnbout
Utrecht, Netherlands
|
|
0
|
|
|
|
Reply
|
jrijnb
|
1/27/2004 10:49:58 PM
|
|
|
3 Replies
369 Views
(page loaded in 0.074 seconds)
Similiar Articles: counting the digits in a number, exponential format problem - comp ...And sometimes this causes problems, i.e. 0 == false, but 0 ... to handle Reals with DIGITS limited to arbitrary number ... did like to convert into decimal format. 8 ... How to get a number with 2 decimal, whatever this number is ...PS1:Tried already with Round function, but it only works if I have 3 or more numbers after the decimal ! PS2:I know about the menu "Format->Number..." Fixed binary(signed) to decimal conversion help - comp.soft-sys ...I have bunch of 8 binary data which I did like to convert into decimal format. ... Convert decimal number in binary number - comp.lang.vhdl ... Fixed binary(signed) to ... two's complement 8 bit data to decimal - comp.soft-sys.matlab ...Hi guys, does anyone knows how to convert a 8-bit data in the two's complement format back to signed decimal number? Thanks, AL ... Variations On Formats On Arithmetic Scalar Types - comp.lang.c++ ...... one sign-bit and 24 mantissa bits and no denormalized numbers (IIRC ... really really ancient processors like the 6502, I remember a decimal 6 byte floating point format ... Rounding (up/down) to a certain number of decimal places - comp ...Hello Group How do I round say 1.23 up/down to 2 decimal places? I am currently (ab)using [format]. ... Rounding (up/down) to a certain number of decimal places - comp ... HP 49g+ Fraction Decimal Display - comp.sys.hp48On the 49g+, > how do I get to display results in decimal format? Say when I divide a > number 100000/12, the calculator dispalys 25000/3. What I want to see > is 8333 ... awk script to convert dec to hex - comp.lang.awkHere is a small script n=0 hex=0 echo "Enter number in decimal format : " read n hex=`echo "obase=16;ibase=10; $n" | bc` echo "$n is equivalent \"$hex\" in hexadecimal ... Convert decimal number in binary number - comp.lang.vhdl ...I have bunch of 8 binary data which I did like to convert into decimal format. ... Convert decimal number in binary number - comp.lang.vhdl ... Fixed binary ... How do you force decimal output? - comp.soft-sys.matlabHow do you force answers to be displayed in decimal format instead of as a ... forcing decimal places - comp.soft-sys.sas How to get a number with 2 decimal, whatever ... DecimalFormat (Java 2 Platform SE v1.4.2)DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features designed to make it possible to parse and format numbers ... Zoned Decimal Format, Description and DiscussionThe "SIGNED, ZONED-DECIMAL" format has caused problems for years for mainframe programmers ... not have two different representations for positive, zoned-decimal numbers. 7/26/2012 12:53:22 PM
|