Im a little confused about using an atom with HTTPGet -atom <atom> URL:
- http://lavishsoft.com/wiki/index.php/IS ... _(Command)
This is the description:
I am not quite sure how to declare the atom. I tried with a binary, but that didnt quite work. So Valerian helped me trying to figure out how it should be declared and this is how long we got:Retrieve a URL, execute an atom with the result in a binary Context object
Code: Select all
atom(global) CheckResult( string TheUrlThatWasCalled , string SomeBooleanParameter )
What i actually need doesnt seem to be there? My page returns "APPROVED" og "DECLINED" and i need to check on that value. If i remove my atom:
Code: Select all
HTTPGet <URL>

But, yeah - i'd like it to go into my atom - im just not sure how to declare it.
Any ideas?
