Anh_Tran Posted July 9, 2003 Posted July 9, 2003 IS there a way to tell other script meet condition or run correctly in order current script continue to run? ... Because I use other script for many other script that is why I don't want to include other script each time. Let's say i have a script 1. In script 1, I want to check if script 2 work fine? how to do that? ...is there a function to check script 2 is working fine or last case is I have to inlcude script 2 in script 1??? Anyone has an idea? Anh Phu
-Queue- Posted July 9, 2003 Posted July 9, 2003 I use a global number field that is set by, say, script 1, 2, and 3; and each of those three scripts calls script 4. Script 4 then reads the global and decides what to do based on the number present in the global field. If g1 = 1 ... Else If g1 = 2 ... Else If g1 = 3 ... End If End If End If Is this what you are trying to do?
Anh_Tran Posted July 10, 2003 Author Posted July 10, 2003 Oh I got your point ..i think in FM there is a function like in C++ Thanks Anh Phu
Recommended Posts
This topic is 7811 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now