Skip to main content

Dollar-sign expansion using an expression

Expressions can be used in dollar-sign expansions. The content between the brackets must then start with an equal sign:

$(=expression )

The expression will be evaluated and the value will be used in the expansion.

Example:  

$(=Year(Today())); // returns a string with the current year.

$(=Only(Year)-1); // returns the year before the selected one.

File inclusion

File inclusions are made using dollar-sign expansions. The syntax is:

$(include=filename )

The above text will be replaced by the content of the file specified after the equal sign. This feature is very useful when storing scripts or parts of scripts in text files.

Example:  

$(include=C:\Documents\MyScript.qvs);

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!