Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

ClipIDReference Function

Overview

The ClipIDReference function removes an ID reference if present on a path or URI contained within a string.

Syntax/Parameters

Syntax

string = ClipIDReference ( string uri );

Parameters

uri

A string containing a URI or path.

Return Value

Returns a string containing uri without an ID reference or an empty string on failure. Use the GetLastError function to retrieve error information.

Remarks

The ID or name is denoted by the ‘#’ character. For example, this code:

string s1 = ClipIDReference ("http://www.cats.com/breeds/cat.php#tabby");

will produce a string that contains “http://www.cats.com/breeds/cat.php”.

Related Functions

Platform Support

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

Legato IDE, Legato Basic