Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

ConvertNoSpaces Function

Overview

The ConvertNoSpaces function removes all space characters (0x20/32) from a string.

Syntax/Parameters

Syntax

string = ConvertNoSpaces ( string data );

Parameters

data

A string to convert.

Return Value

Returns a string without spaces or an empty string on failure. Use the GetLastError function to retrieve error information.

Remarks

The ConvertNoSpaces function is useful for making CamelCase elements (such as converting “My Element Name” to “MyElementName”). For this function, only the space character (0x20/32) is removed from the string; other word space characters are not altered. The return string has a maximum size of 2MB. If the buffer is exceeded, the GetLastError function will return ERROR_OVERFLOW. To remove spaces or padding from the end of a string, use the TrimString or TrimPadding functions.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic

Page revised 2024-04-22