Thanks ----- Original Message ----- From: "Lawrence Lustig" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 11:06 AM Subject: [RBG7-L] - Re: Forms Property
> > Does anyone know if you can use from property > > settings to retrieve an integer? I have used this > > setting for a text field but I need to extract an > > integer field > > You get the value the same way, but then run it > through the INT function to convert it to an integer: > > SET VAR vMyInteger = (INT(.vMyTextValue)) > > -- > Larry >
