1. I'm trying to fill up a web form for "first name" and "last name" from a file (names.txt) which has following text:
james:blunt
eric:clapton
john:denver
will:smith
The problem is that when a random "first name" is selected by the system, say, "james" then "last name" should be "blunt" which is subsequent to it but the system is selecting any random "last name". How should I make that when system selects a random "first name" then it must select the "last name" following it. If the "first name" is "james" then "last name" must be "blunt" also as shown in the names.txt file.
2. I also want that, suppose a name (first and last) has already been selected/used from the file (names.txt) while filling up the web form. Now I don't want that same name (first and last) to be used again in the same web form. Is this possible? i.e. telling ZennoPoster not to use names (first and last) which has been already used?
3. Does ZennoPoster uses "IF" clause while filling up the web form? Suppose I'm registering an email account in yahoo, and "IF" the username had already been registered, then can ZennoPoster try to remove the previous username and try with a new username to check if it is available. And after checking few times, if a username is availabe then ZennoPoster continues to go with further steps of registration. OR, say, "IF" the ZennoPoster finds the username is available in the first attempt then continues with the registration. Can it be done in the same template?
Well! I'm not a programmer and I would like to know if I'll be able to do this as it sounds as a complex task.
Thanks
apeee
james:blunt
eric:clapton
john:denver
will:smith
The problem is that when a random "first name" is selected by the system, say, "james" then "last name" should be "blunt" which is subsequent to it but the system is selecting any random "last name". How should I make that when system selects a random "first name" then it must select the "last name" following it. If the "first name" is "james" then "last name" must be "blunt" also as shown in the names.txt file.
2. I also want that, suppose a name (first and last) has already been selected/used from the file (names.txt) while filling up the web form. Now I don't want that same name (first and last) to be used again in the same web form. Is this possible? i.e. telling ZennoPoster not to use names (first and last) which has been already used?
3. Does ZennoPoster uses "IF" clause while filling up the web form? Suppose I'm registering an email account in yahoo, and "IF" the username had already been registered, then can ZennoPoster try to remove the previous username and try with a new username to check if it is available. And after checking few times, if a username is availabe then ZennoPoster continues to go with further steps of registration. OR, say, "IF" the ZennoPoster finds the username is available in the first attempt then continues with the registration. Can it be done in the same template?
Well! I'm not a programmer and I would like to know if I'll be able to do this as it sounds as a complex task.
Thanks
apeee