1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-07 15:42:18 +03:00
parent efcedb41b4
commit 6bd8ead6d0
115 changed files with 9051 additions and 9039 deletions

View File

@@ -35,7 +35,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```bsl title="1C:Enterprise/OneScript code example"
Address = "45.79.112.203:4242";
Data = "Echo this!\n";
Data = "Echo this!" + Chars.LF;
Result = OPI_TCP.ProcessRequest(Address, Data);