Nov 2, 2004 #1 mikeyb123 Programmer Joined Jul 1, 2003 Messages 1,801 Location GB is this possible if so how? It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you.
is this possible if so how? It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you.
Nov 3, 2004 #2 sandyml Vendor Joined Oct 9, 2003 Messages 1,312 Location US Do you have Symposium 5.0? If so, you can use a "wild variable" for this. (New feature w/this release.) Upvote 0 Downvote
Do you have Symposium 5.0? If so, you can use a "wild variable" for this. (New feature w/this release.)
Nov 4, 2004 Thread starter #3 mikeyb123 Programmer Joined Jul 1, 2003 Messages 1,801 Location GB we will have within the next couple of weeks. How does it work? It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you. Upvote 0 Downvote
we will have within the next couple of weeks. How does it work? It's not getting any smarter out there. You have to come to terms with stupidity, and make it work for you.
Nov 5, 2004 #4 cgilmer Programmer Joined Sep 30, 2004 Messages 203 Location US You could always just set up a counter using a call variable and have it reset to 1 on reaching 11. Then just use an if statement to route the first 4 calls to one script and the next 6 to another. Upvote 0 Downvote
You could always just set up a counter using a call variable and have it reset to 1 on reaching 11. Then just use an if statement to route the first 4 calls to one script and the next 6 to another.