mehdi_h Report post Posted 05/23/2007 09:31 AM Hi I would like to know if it is possible to have 2 actions (or more) done in a VG sscript at the same time: i.e : after outgoing call, I ask the user to press "1" and then do 2 actions : modify a file and add an entry in a database. Can these two actions be done in paralelle or do I have to do the first one and "on success" do the second ? Tnks Share this post Link to post
SupportTeam Report post Posted 05/23/2007 09:37 AM If using modules (DBQuery and Run Program or VBScript) then one module would need to follow the other. You could perform both actions from within a VBScript module - but still essentially one action would follow the other within the VBScript itself anyway. Share this post Link to post
mehdi_h Report post Posted 05/23/2007 09:43 AM thkx for your quick anwser :-)) Share this post Link to post