Kbase P15192: Converting to INTEGER does not work in WebSpeed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Converting to INTEGER does not work in WebSpeed
The following code does not work in WebSpeed:
a = int(get-value("area")).
{&OUT} a get-value("area").
CAUSE:
Expected behavior
FIX:
If using the POST then you'll have to create the form including the field named "area" and to capture the value in the POSTed URL specified in the form's action.
If you are using the GET then just accept the input in the link from that URL and process it there.