|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: How to calculate the value of a string formula |
From: |
Caven |
Date: |
1/13/1999 7:47:20 PM |
IP: |
202.96.135.106 |
In my asp file,(use vbscript language)There is a text box, User input a string expression,such as input (7 + 8 ) / 2 - 1 in the text box.
you know it is a string you entered. it cant use cdbl function,because it is a string.display:
<%=cdbl("(7+8)/2-1")%>, Its wrong.
What do i do ? |
Previous Message
Follow Up - Re: How to calculate the value of a string formula - Doug Walker 1/14/1999 1:24:28 PM
|
|
|
|
|
|
|
|
|
|
|
|