Re: baseConvert help

2005-01-27 Thread Ken Ray
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

Re: baseConvert help

2005-01-27 Thread Sarah Reichelt
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

baseConvert help

2005-01-27 Thread Paul Salyers
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