Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

Trim

  • Last UpdatedJul 18, 2023
  • 1 minute read

Strips any leading and trailing spaces from Str variable.

Syntax

Trim(Str)

Str:

A string or expression that can represent a valid text value.

Return Value

Returns a String.

LTrim | RTrim

Example

Dim strTest as String
Dim strResult as String
Dim lngStartLength as Long
Dim lngFinishLength as Long
strTest = " VBA "
lngStartLength = Len(strTest)
' returns 9
strResult = Trim(strTest)
' returns "VBA"
lngStringLength = Len(strResult)
' returns 3

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in