Tagged Questions

0
votes
4answers
38 views

show decimal or double with zeros

hi i get price values from DB. now whenever the price is perhaps 5, I want to show 5.00 if its 4.3 it should be 4.30. how to convert that? thanks
0
votes
0answers
9 views

I need a VB code to remove the zero values(Data values) on varous pivot charts

I have about 12 pivot charts and I need help to creat a VB code that will delete only the zero values(Data values) on all the Pivot chart. These are Stacked charts for 3 metrics. eg : Ontime, late and …
0
votes
3answers
238 views

Mysql count return Zero if no record found

I have a two tables for ex: cities - id_city, city_name properties - id_property, id_city, property_name I want to display cities.city_name and next to it [properties.count(id_city)] How do I make …
0
votes
3answers
63 views

Objective C - Are SystemSoundID’s (typedef’d UInt32) automatically assigned 0?

- (void)playAlarmSound:(NSTimer *)theTimer { static SystemSoundID soundID/* = 0 */; // ? if (!soundID) { soundID = [Utilities createSystemSoundIDFromFile:@"beep" ofType:@"caf"]; } …
1
vote
4answers
212 views

c++ how to add a zero bits byte or null to a string

Hi I am doing a simple client implementation of TFTP. Here i need to send read request in following format /* send request 2 bytes string 1 byte string 1 byte …
1
vote
2answers
108 views

zerofill a interger php

Hay, how would i go about 'zero filling' an integer? ie 1 becomes 0001 40 becomes 0040 174 becomes 0174 Thanks
1
vote
2answers
136 views

Pad python floats

I want to pad some percentage values so that there are always 3 units before the decimal place. With ints I could use '%03d' - is there an equivalent for floats? '%.3f' works for after the decimal …
3
votes
9answers
162 views

Verifying equivalence of a secret

Alice & Bob are both secret quadruple agents who could be working for the US, Russia or China. They want to come up with a scheme that would: a) if they are both working for the same side, prove …
1
vote
4answers
1k views

Truncate leading zeros of a string in Javascript

Hi all, I have a textbox in Javascript. When I enter '0000.00' in the textbox, I want to know how to convert that to only having one leading zero, such as '0.00'. Please anybody help me in this …
0
votes
2answers
92 views

Windows Mobile GetDeviceCaps always returns zero

Is there a precondition to calling GetDeviceCaps? I'm trying to discover (at run-time) whether the native screen resolution for a Windows Mobile device is QGVA or VGA. The following return values …
1
vote
1answer
158 views

SQL Server 2000 distinguishes between decimal zero 0.00 and -.00 while ADO.NET does not

We're using SQL Server Standard Edition 8.00.760 (SP3) on a Small Business Server 2003 platform. While tracking down an inexplainable System.Data.DBConcurrencyException for a Strongly Typed DataSet, I …
3
votes
5answers
456 views

T-SQL, zero sum for no match on join

Hi All I have two tables, one with all my Branches, and one with all my sales. The sales table also contains a Sales Rep ID, a Branch ID, a month and a year. I need a query that will return the sum …
6
votes
5answers
225 views

How to get a -0 result in floating point calculations and distinguish it from +0 in C#?

The MSDN documentation mentions that double type includes negative zero. However, both -1.0 / double.PositiveInfinity and -double.Epsilon / 2 appear to return normal 0 (and compare equal to it). How …
0
votes
4answers
345 views

How to store the integer value “0” in a .bin file? (C++)

EDIT: Apparently, the problem is in the read function: I checked the data in a hex editer 02 00 00 00 01 00 00 00 00 00 00 00 So the zero is being stored as zero, just not read as zero. Because …
1
vote
3answers
1k views

What would you use to zero pad a number in Flex/AS3?

Duplicate of this one. What would you use to pad zeroes to the left of a number in Flex/AS3? Is there an equivalent to printf or NumberFormat that does this? I'm looking for the nicest …

1 2 next
15 30 50 per page