Template:LabVIEW VI Analyzer Toolkit InVersion/doc: Difference between revisions
Appearance
Created page with "<noinclude>{{documentation subpage}}</noinclude> Returns a value only if a version is between a first and last version. ==Usage== <pre> {{LabVIEW VI Analyzer Toolkit InVersio..." |
Add description of default values |
||
| Line 17: | Line 17: | ||
!Description | !Description | ||
|- | |- | ||
|first | |first (optional) | ||
|First version where the value is included | |First version where the value is included. If no value is specified, the value is included in all versions until 'last'. | ||
|- | |- | ||
|last | |last (optional) | ||
|Last version where the value is included | |Last version where the value is included. If no value is specified, the value is included in all versions since 'first'. | ||
|- | |- | ||
|current | |current | ||
Revision as of 09:02, 19 August 2024
Returns a value only if a version is between a first and last version.
Usage
{{LabVIEW VI Analyzer Toolkit InVersion
|first=2009
|last=2024 Q1
|current=2019
|value=Value when between versions
}}
Parameters
| Parameter | Description |
|---|---|
| first (optional) | First version where the value is included. If no value is specified, the value is included in all versions until 'last'. |
| last (optional) | Last version where the value is included. If no value is specified, the value is included in all versions since 'first'. |
| current | Current version |
| value | Value to display when current version is between first and last version. |