{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Space

Creates and returns a String consisting of nothing but x white spaces. This function is useful if you want to add a specia amount of white spaces for instance to a string.

Usage:

Space( x )

Parameters:

x A number defining how many spaces to put into the string.

Returns:

Returns a string consisting of x white spaces

Examples:

Space(2)                       // Returns " "
"Crystal" + Space(1)+ "Clear"  // Returns the String "Crystal Clear".
SEP IT AG
sep.ch verwendet Cookies und ähnliche Technologien, um das Nutzererlebnis auf unserer Webseite zu verbessern und unseren Datenverkehr zu analysieren. Mehr Informationen in unserer Datenschutzerklärung


Help - Space