Sending String via TCP/IP using PascalScript
Hi,
I searching for a way to send a String via TCP/IP using the build in PascalScript.
E.g. user clicks a Button on a dialog and a connection to a given ip address / port is opend followed by sending a string command.
Any suggestions?
Thanks,
swenp
Comments
Fast Script doesn't have such feature. You may create user's function
https://www.fast-report.com/publicdownload/html/DevMan/customfunctionsconnectionto_report.htm
and send string in the Delphi's code
Thanks, will do that.