-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from dehilsterlexis/VSCODE-FILES-018
VSCODE-FILES-018 Added $isfirstfile to help
- Loading branch information
Showing
2 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN"> | ||
|
||
<html> | ||
|
||
<!--(==============================================================)--> | ||
<!--(Document created with RoboEditor. )============================--> | ||
<!--(==============================================================)--> | ||
|
||
<head> | ||
|
||
<title>$isfirstfile</title> | ||
|
||
<!--(Meta)==========================================================--> | ||
|
||
<meta name=generator content="RoboHELP by eHelp Corporation - www.ehelp.com"> | ||
<meta name=generator-major-version content=0.1> | ||
<meta name=generator-minor-version content=1> | ||
<meta name=filetype content=kadov> | ||
<meta name=filetype-version content=1> | ||
<meta name=page-count content=1> | ||
<meta name=layout-height content=514> | ||
<meta name=layout-width content=356> | ||
<meta name=date content="07 25, 2001 11:05:09 AM"> | ||
|
||
|
||
<!--(Links)=========================================================--> | ||
|
||
<link REL=StyleSheet HREF=default.css> | ||
|
||
|
||
|
||
</head> | ||
|
||
<!--(Body)==========================================================--> | ||
|
||
|
||
<body> | ||
|
||
<h1>$isfirstfile</h1> | ||
|
||
<h2>Purpose</h2> | ||
|
||
<p>Checks to see if the current file is the first file being analzyed in a directory.</p> | ||
|
||
<h2>Syntax</h2> | ||
|
||
<p style="line-height: normal; | ||
margin-bottom: 14pt; | ||
margin-top: 14pt; | ||
x-text-tab-stops: repeat 1in; | ||
white-space: nowrap; | ||
font-size: smaller; | ||
font-family: monospace;">returnedBoolean = variableType("$isfirstfile")</p> | ||
|
||
<p style="margin-left: 40px; | ||
line-height: normal; | ||
margin-bottom: 14pt; | ||
margin-top: 14pt; | ||
x-text-tab-stops: repeat 1in; | ||
white-space: nowrap; | ||
font-size: smaller; | ||
font-family: monospace;">returnedBoolean - type: bool<br> | ||
variableType - type: G</p> | ||
|
||
<h2>Returns</h2> | ||
|
||
<p>Returns 1 if the current file is the first file, 0 if not.</p> | ||
|
||
<h2>Remarks</h2> | ||
|
||
<h2>Example</h2> | ||
|
||
<h2>See Also</h2> | ||
|
||
<p><a HREF="$inputpath.htm">$inputpath</a>, <a href="NLP_PP_Stuff/Special_Variables.htm#table">Special | ||
Variables</a></p> | ||
|
||
<p style="margin-bottom: 0;"> </p> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters