Difference: 0LASubrStreamOpen (11 vs. 12)

Revision 122016-03-02 - JeanNeron

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

.STREAM OPEN

Line: 42 to 42
 appx -a=<your application id> -d=<your database id> -t=SUBR -p="NAME_OF_YOUR_SUBROUTINE" -s | more

Note the use of -s on the command line. This prevents Appx from outputting special terminal control characters to STDOUT:

Added:
>
>

Binary File Support - 5.4.4

 
Added:
>
>
Starting in Release 5.4.4, you can append 'Binary' to the <open mode> parameter (ie, READ BINARY). In binary mode the <line termination> is automatically set to NONE regardless of whether you pass it or not. When reading a stream opened with the binary parameter you can tell the API how many characters to read, regardless of any embedded LF or CR/LF characters. When writing binary files, you can tell the API how many characters to write, again regardless of any embedded control characters.
 

Comments:

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

Deleted:
<
<

 What is the maximum length for the pathname?

-- Erik Gimbergh - 2015-04-15

Added:
>
>
It will accept a path name up to 32k long.

-- Jean Neron - 2016-03-02

 
<--/commentPlugin-->

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

 
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