Variables
Posted: Wed May 31, 2006 7:16 pm
is it possible to convert a vxml variable keyed in on the phone keypad into a Cint for use in ASP without passing it to another asp page
I need to do a calculation with a keyed in integer value in an ASP function on the same page.
The following code passes the VXML expression but I can't convert it to an int...
any help appreciated..
I need to do a calculation with a keyed in integer value in an ASP function on the same page.
The following code passes the VXML expression but I can't convert it to an int...
any help appreciated..
Code: Select all
dim CurrBid
CurrBid="<value expr='KeyInBid'/>"
CurrBid=int(CurrBid)