I am sure this is really simple, but it is melting my mind.
I have a string: "MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["C"]):Public"
The part "Custom["C"]" could have any letter within the quotes i.e. Custom["O"] or Custom["P"]
I need to check the original string "MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["C"]):Public" and if "Custom[""]" exists with any character between the speecharks replace that character with D.
examples
Original string : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["C"]):Public
Required result : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["D"]):Public
Original string : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["O"]):Public
Required result : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["D"]):Public
Original string : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public
Required result : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public
Is this possible?
I am looking to execute the procedure using the ObjCreate("ADODB.Connection") and then execute the oracle procedure. I just need a way to return the lv_out to AutoIT. Example: $CreateSqlCon.Execute("DECLARE lv_out number; BEGIN ORACLE_PROC(lv_out); END;"). Would STD I/O work with this? I didn't think so? Has anyone managed this before? I know there are workarounds, potentially using tables in oracle but i would rather avoid this if possible. Thanks Anthony
Hi
I have searched this site for the answer to this and cannot seem to find it anywhere....
I have a procedure compiled in an oracle database that has an OUT parameter that i require returned the AutoIT session on execution. Does anybody know how to do this?
Thanks
Anthony
Thanks everyone for all their responses! i didn't realise it would be as easy easy as "EXIT [RETURN CODE]", but i have tested this and works for me.
Thanks again
i am not running the app from AutoIT's run command i am exceuting an application built using AutoIT compile for console use with an external program (luntbuild if you have heard of it). i need to pass back to the program whether the AutoIT exe has completed with or with out errors and return code to indicating this. Does this make any sense?
Hi all
I have a compiled autoit console application and i would like to get it to output a return code so that the application that runs the application can detect whether it has successfully completed or not.
Does anyone know how this could be done?
Thanks
Anthony
Hi
I have attempted to go through as much of the existing posts to try and find a solution for this and have come up with very little. There seems to be a lot of solutions to send email using SMTP, but i would like to automatically send out the results of an AutoIT script i have developed using a microsoft exchange server. Is this at all possible?
Any help would be very welcome
Thanks
hi all
need a bit of help!! really would like a neat function to loop through a string and retrieve values seperated by a value (i.e. comma)
example string "one,two,three,four,five,six,seven,eight,nine,ten"
Would like the results to be return something like this
one
two
three
four
five
six
seven
eight
nine
ten
Many Thanks in advance!
Ok thats cool, i really like the idea of using this to load all my everyday apps. a few other things are stopping me....... It seems i get an error when i try to drag a folder shortcut into the launcher. also really need to be able to load control panel shortcuts like services, event viewer etc.
when using dual screens if the launcher is dragged to the secondary device it resets itself immediatley back to the primary monitor.
Lastly when i drag anything onto the launcher it actually removes it from the source location. this can be a little annoying!
If you need anymore detail about any of these please just let me know
Ok thats cool, i really like the idea of using this to load all my everyday apps. a few other things are stopping me....... It seems i get an error when i try to drag a folder shortcut into the launcher. also really need to be able to load control panel shortcuts like services, event viewer etc. when using dual screens if the launcher is dragged to the secondary device it resets itself immediatley back to the primary monitor. Lastly when i drag anything onto the launcher it actually removes it from the source location. this can be a little annoying! If you need anymore detail about any of these please just let me know