Difference: 0LASubrEnvGetPathSep (1 vs. 7)

Revision 72020-05-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET PATH SEP

Line: 24 to 24
  -- PeteBrower - 2011-08-12
Changed:
<
<
META TOPICMOVED by="JeanNeron" date="1332454521" from="Main.0LASubrEnvGetPathSeperatr" to="Main.0LASubrEnvGetPathSeparatr"
>
>
META TOPICMOVED by="JeanNeron" date="1589315554" from="Main.0LASubrEnvGetPathSeparatr" to="Main.0LASubrEnvGetPathSep"

Revision 62014-11-07 - AlKalter

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET PATH SEP

Line: 6 to 6
 

Usage:

Changed:
<
<
    PASS        <path_separator>          FIELD           SHARE? Y
    GOSUB   --- .ENV GET PATH SEP
     *       check for errors

>
>
      PASS         <path separator>          FIELD           SHARE? Y
GOSUB --- .ENV GET PATH SEP * Check for errors
  IF --- .ENV GET PATH SEP NE

Description:

Revision 52012-03-30 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"
Changed:
<
<

.ENV GET PATH SEPARATR

>
>

.ENV GET PATH SEP

  This subroutine returns the directory separator character of the host operating system.


Usage:

    PASS        <path_separator>          FIELD           SHARE? Y

Changed:
<
<
GOSUB --- .ENV GET PATH SEPARATR
>
>
GOSUB --- .ENV GET PATH SEP
  * check for errors
Changed:
<
<
IF --- .ENV GET PATH SEPARATR NE
>
>
IF --- .ENV GET PATH SEP NE
 

Description:

Revision 42012-03-22 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET PATH SEPARATR

Changed:
<
<
This subroutine returns the directory seperator character of the host operating system.
>
>
This subroutine returns the directory separator character of the host operating system.
 

Usage:

    PASS        <path_separator>          FIELD           SHARE? Y

Changed:
<
<
GOSUB --- .ENV GET PATH SEPERATR
>
>
GOSUB --- .ENV GET PATH SEPARATR
  * check for errors IF --- .ENV GET PATH SEPARATR NE

Description:

Changed:
<
<
This subroutine returns the directory seperator character of the host operating system. A single parameter is required, if it is missing the subroutine will CANCEL.
>
>
This subroutine returns the directory separator character of the host operating system. A single parameter is required, if it is missing the subroutine will CANCEL.
 
Changed:
<
<
<path_separator> returns the operating system path seperator (Required). This must be PASSed with Share "Y" to return the value.
>
>
<path_separator> returns the operating system path separator (Required). This must be PASSed with Share "Y" to return the value.
 

Comments:

Line: 24 to 24
 
<--/commentPlugin-->

-- PeteBrower - 2011-08-12 \ No newline at end of file

Added:
>
>
META TOPICMOVED by="JeanNeron" date="1332454521" from="Main.0LASubrEnvGetPathSeperatr" to="Main.0LASubrEnvGetPathSeparatr"

Revision 32012-02-10 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET PATH SEPARATR

Line: 15 to 15
  This subroutine returns the directory seperator character of the host operating system. A single parameter is required, if it is missing the subroutine will CANCEL.
Changed:
<
<
<path_separator> will contain the operating system path seperator back into (Required). This must be PASSed with Share "Y" to return the value.
>
>
<path_separator> returns the operating system path seperator (Required). This must be PASSed with Share "Y" to return the value.
 

Comments:

Revision 22012-01-27 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET PATH SEPARATR

Changed:
<
<
This subroutine is called to inspect the path seperator character of the operating system APPX is running on.
>
>
This subroutine returns the directory seperator character of the host operating system.
 

Usage:

Line: 13 to 13
 

Description:

Changed:
<
<
This subroutine must be passed an alpha field to return the operating system path seperator back into.
>
>
This subroutine returns the directory seperator character of the host operating system. A single parameter is required, if it is missing the subroutine will CANCEL.
 
Changed:
<
<
<path_separator> identifies the field to return the operating system path seperator back into. Passing this parameter is required.
>
>
<path_separator> will contain the operating system path seperator back into (Required). This must be PASSed with Share "Y" to return the value.
 
Deleted:
<
<
This subroutine sets a result value in the corresponding results Token field.
 

Comments:

Read what other users have said about this page or add your own comments.

Revision 12011-08-12 - PeteBrower

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="APPXRuntimeSubroutineAPI"

.ENV GET PATH SEPARATR

This subroutine is called to inspect the path seperator character of the operating system APPX is running on.


Usage:

    PASS        <path_separator>          FIELD           SHARE? Y
    GOSUB   --- .ENV GET PATH SEPERATR
     *       check for errors
    IF      --- .ENV GET PATH SEPARATR    NE

Description:

This subroutine must be passed an alpha field to return the operating system path seperator back into.

<path_separator> identifies the field to return the operating system path seperator back into. Passing this parameter is required.

This subroutine sets a result value in the corresponding results Token field.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- PeteBrower - 2011-08-12

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback