String_Trim_Spaces_Start

Gets the specified text with all tabs and spaces deleted from the beginning.

Parameters

String to Parse

The original string which is removed of all spaces and tabs at the beginning.

Format

String_Trim_Spaces_Start ("String to Parse")

Return Value

Returns a string where all spaces and tabs at the start of the string have been deleted.

Example

Script( String_Trim_Spaces_Start_Test )
String( strResult )
Activate( From_Menu )
strResult = String_Trim_Spaces_Start( " 567890" )
Message( strResult, 0 )
Return

See Also

String_Set, String_Combine, String_Left, String_Right, String_Middle, String_Upper, String_Lower, String_Replace, String_Only_Characters, String_Strip_Characters, String_Trim_Spaces_End, Number_To_String_Binary, Number_To_String_Octal, Number_To_String_Decimal, Number_To_String_Hexadecimal_Lowercase, Number_To_String_Hexadecimal_Uppercase, Ask_String, Ask_String_Password, Ask_String_Uppercase, Ask_String_Lowercase, String_Equal

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal