|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Changing a negatine number to a positive |
From: |
Chris Williams |
Date: |
7/10/1999 7:28:21 PM |
IP: |
209.23.117.50 |
There are probably allot of ways to do that ....
Heres one way probably not the best and quickest way but it would work fine
Convert the field value to a a string if is coming from a number field.... otherwise dont
use the "CStr" function to do that
then use the "InStr" function to check for a "-" and if there is one then use the Replace function to get rid of it and then display it without the "-" |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|