Zoomed Image

AMSX Scripting Language - Command : DBStringClean

Summary

Clean a string value in a database field

Description

Applies cleaning rules to a string value and writes the result to the specified field in the database. Removes or normalises characters that are unsuitable for storage.

Parameters

ParameterDescription
cmdString value to clean
Argument 0Field name to write the cleaned value to

Syntax


DBStringClean "String value to clean", "Field name to write the cleaned value to"

Return to the AMSX Command Reference