David Crewe Ltd


Kofax Consultancy

Function RemoveSpaces(str As String) As String
 Try
  RemoveSpaces = Replace(str, " ", "")
 Catch ex As Exception
  RemoveSpaces = str
 End Try
End Function




Recognition scripting guide


Validation scripting guide


Back to scripting overview