With this code i cant get, <,>,<=, or >= to work properly with this below:
$Local = RegRead ( $reg , 'li-version' )
$newversion = IniRead ( $tempini , 'info' , 'version' , 0 )
MsgBox ( 0 , $Local <= $newversion , $Local & '<=' & $newversion )
the operator returns 1 if they're equal and 0 otherwise, with <,> it always returns 0.
Any idea why these variables may not be formatted properly or somehting?