Ok, I'll put it back... [Big Grin] [Razz]

Does this pass the inital review for usefulness?

code:
 
Function MinorVersion($IfThisIsGreater, $ThanThis, Optional $char)
Dim $1,$2
if not $char $char='.' endif
$1=val(right($IfThisIsGreater,instrrev($IfThisIsGreater,$char)))
$2=val(right($ThanThis,instrrev($ThanThis,$char)))
$MinorVersion=iif($1>$2,1,0)
endfunction

_________________________
How to ask questions the smart way <-----------> Before you ask