ATrim$

Purpose:

Removes spaces or other strings from the beginning and end of a string.

Parameter:

String

String  (optional) String to be removed (Default: Spaces).

Return value:

String

Example:

Atrim$("   combit GmbH        ")       Result: combit GmbH