function lttrim(ff)
	lttrim = Trim(ff)
End function

function  isnum(ff)
	isnum = isNumeric(ff)
End function