Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Dec 28, 2023
1 parent a148881 commit 4e083da
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,16 @@ to the PYPATH parameter to make sure the system level python binary does not pic

**RETURN01 - RETURN10** - These 255 character parameters can return values from the called Python script if it writes return values to the STDOUT log using the Python print() command.

The special format we look for to return values from STDOUT is:
The special prefix format we look for in the STDOUT log to return values from STDOUT is:
```RETURNPARM01: I am return value 1```
``` - ```
```RETURNPARM01: I am return value 2```
```RETURNPARM01: I am return value 3```
```RETURNPARM01: I am return value 4```
```RETURNPARM01: I am return value 5```
```RETURNPARM01: I am return value 6```
```RETURNPARM01: I am return value 7```
```RETURNPARM01: I am return value 8```
```RETURNPARM01: I am return value 9```
```RETURNPARM10: I am return value 10```

# Using the QSHCALL CL command to call a Qsh/Pase command sequence and return up to 10 - 255 character parameters.
Expand Down Expand Up @@ -823,7 +830,14 @@ https://github.com/richardschoen/QshOni/tree/master/qshpython

**RETURN01 - RETURN10** - These 255 character parameters can return values from the called Python script if it writes return values to the STDOUT log using the Python print() command.

The special format we look for to return values from STDOUT is:
The special prefix format we look for in the STDOUT log to return values from STDOUT is:
```RETURNPARM01: I am return value 1```
``` - ```
```RETURNPARM01: I am return value 2```
```RETURNPARM01: I am return value 3```
```RETURNPARM01: I am return value 4```
```RETURNPARM01: I am return value 5```
```RETURNPARM01: I am return value 6```
```RETURNPARM01: I am return value 7```
```RETURNPARM01: I am return value 8```
```RETURNPARM01: I am return value 9```
```RETURNPARM10: I am return value 10```

0 comments on commit 4e083da

Please sign in to comment.