Guest Mark Report post Posted 06/22/2004 07:17 PM Hello, I'm loading numbers from a text file. In what order do these numbers get placed in the queue? For example, if I load a file with numbers in sequence a,b,c,d,e,f, can I be gauranteed that these numbers will be called in a specific order? Thanks, Mark Share this post Link to post
SupportTeam Report post Posted 06/22/2004 09:51 PM if I load a file with numbers in sequence a,b,c,d,e,f, can I be gauranteed that these numbers will be called in a specific order? Only way to guarantee order of calling is to increment the priority level for each of the entered numbers. (The higher the value specified for the priority setting the lower the priority in the queue). There is no limit of how high the value in the priority setting can be. Share this post Link to post