fn: unquote
[contents]

Contents

Syntax

The syntax for unquote calls is:

f++:  
unquote(string)

n++:  
@unquote(string)

Description

The unquote function takes a single string parameter and returns the string unquoted.

f++ example

Example of unquote being used with f++:

unquote("'text to unquote'")

n++ example

Example of unquote being used with n++:

@unquote("'text to unquote'")