yeah thats what i have done
$v_fileFloat = "0.87687";
$v_fileFloatb = explode(".", $v_fileFloat);
echo $v_fileFloatb[0]."<br>".$v_fileFloatb[1];
$v_fileLength = strlen($v_fileFloatb[0]);
$v_fileLength2 = strlen($v_fileFloatb[1]);
this is probably the easist way to go
thanks for the help