[ Main Menu ] [ Extension Tools Menu ] [ Professional Edition Menu ]

<iBASECONV> Tag


<iBASECONVFROM="<B|D|O|H>"
TO="<B|D|O|H>"
VALUE="somevalue"
>

UsageB is Binary, D is Decimal, O is Octal and H is Hexadecimal. This tag will convert a value from one base number to another base number. This can be used to convert a hexadecimal number to a decimal number.


iBASECONV Example
Example Source Code
Top