I have a .txt file having some text. I want to read this file and store it into a string.
Is there available any function for that?
Or how to do it ? please help
I am coding in Progress (aka OpenEdge ABL).
I have a variable that holds a time and I want to figure out if it is greater than the current time.
But I cannot find anything in the documentation I've read …
The Progress docs spill plenty of ink on SOAP, but I'm having trouble finding the example for a simple HTTP GET/POST with Progress ABL.
How do I GET and POST strings to/from a URL?
Can the URL be …