On 1/27/05 9:26 PM, "Paul Salyers" <[EMAIL PROTECTED]> wrote:
>
>
> I'm converting a hexadecimal number to decimal. the below code works and
> placed it in my label called myNumber
>
>put baseConvert(tmpVar,16,10) into field myNumber
>
> The problem is I now need to use myNumber to do some
I'm converting a hexadecimal number to decimal. the below code works
and placed it in my label called myNumber
put baseConvert(tmpVar,16,10) into field myNumber
The problem is I now need to use myNumber to do some calculations with
and place it in a field called myAnswer
Hi Paul,
Try something
I'm converting a hexadecimal number to decimal. the below code works and
placed it in my label called myNumber
put baseConvert(tmpVar,16,10) into field myNumber
The problem is I now need to use myNumber to do some calculations with and
place it in a field called myAnswer
Please help
Paul Sal