https://github.com/miyako/4d-plugin-process
Get and set process variables, read command line arguments
https://github.com/miyako/4d-plugin-process
4d-plugin
Last synced: 11 months ago
JSON representation
Get and set process variables, read command line arguments
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-process
- Owner: miyako
- License: mit
- Created: 2016-07-20T03:13:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T22:06:30.000Z (almost 4 years ago)
- Last Synced: 2025-08-02T23:03:02.746Z (11 months ago)
- Topics: 4d-plugin
- Language: C
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4d-plugin-process
Get and set process variables, read command line arguments


[](LICENSE)

## Syntax
```4d
PROCESS GET ARGUMENTS(arguments)
```
Parameter|Type|Description
------------|------------|----
arguments|ARRAY TEXT|
```4d
PROCESS SET VARIABLE(name;name)
PROCESS GET VARIABLE(name;value)
```
Parameter|Type|Description
------------|------------|----
name|TEXT|
value|TEXT|
```4d
PROCESS GET LIST(name;path;pid)
```
Parameter|Type|Description
------------|------------|----
name|ARRAY TEXT|
path|ARRAY TEXT|
pid|ARRAY LONGINT|
```4d
pid:=PROCESS Get id
```
Parameter|Type|Description
------------|------------|----
pid|LONGINT|