Mark:
Try string(d-variable,”->>>9.9”) or string(d-variable,”->>>>.9”)
string(d-variable,”>>>>.99”) and so on.
Ø Suppresses zero values and 9 always gives a value
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Mark Wonsil
Sent: Friday, October 24, 2008 4:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Progress String Formatting
I'm trying to format a string of a decimal that would produce the following
results:
1.0
.9
.87
.885
If I use, ">.9<", the last example comes out as 0.89. Apparently, ">.0<<" is
not valid.
Thanks!
Mark W.
[Non-text portions of this message have been removed]
Try string(d-variable,”->>>9.9”) or string(d-variable,”->>>>.9”)
string(d-variable,”>>>>.99”) and so on.
Ø Suppresses zero values and 9 always gives a value
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Mark Wonsil
Sent: Friday, October 24, 2008 4:33 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Progress String Formatting
I'm trying to format a string of a decimal that would produce the following
results:
1.0
.9
.87
.885
If I use, ">.9<", the last example comes out as 0.89. Apparently, ">.0<<" is
not valid.
Thanks!
Mark W.
[Non-text portions of this message have been removed]