Hi RBSmith
You can use this function SaveAsAscci
long dwcontrol.SaveAsAscii ( string filename {, string separatorcharacter {,string quotecharacter {, string lineending } } } )
JSoltero.
I'm using an API WIN to control the serial port, but I can't send or read information when the port is bigger then 9.
This is the code that I use to assign the corresponding port
IF com_port <= 9 THEN
portid = "COM"+String(com_port) work very well
ELSE
portid =...
I have a problem, I need to execute a visualbasic dll in powerbuilder, but I don't know how declare and how execute it. This dll has two funtions that I need to call and execute pasing some parameters.
But my problem is how declare this dll and call that funtions.
Thanks a lot.
Joel
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.