davidchew
May 5th, 2000, 07:04 PM
Please help me with the codes
to convert string values to long
The following command is wrong because
values from parameters are string, but
I need it to be converted to long.
How to do that ?
long fromcgi = getParameter("DATE");
to convert string values to long
The following command is wrong because
values from parameters are string, but
I need it to be converted to long.
How to do that ?
long fromcgi = getParameter("DATE");