Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help in retrving password!!
#3
Not Solved
Based on the text you've given that would appear in the prompt, there is only one comma (,), so you can use the split command and split the text.
Ex:
first move the text to a variable ABC
MyArray = Split(ABC, ",", -1, 1)
Passwordone = MyArray(1)

Now the vairable "Passwordone" would have the password you need
Reply


Messages In This Thread
Help in retrving password!! - by wannalearn_qtp - 01-06-2010, 08:14 AM
RE: Help in retrving password!! - by basanth27 - 01-07-2010, 09:45 AM
RE: Help in retrving password!! - by kamalteja - 01-08-2010, 10:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Password Encryption while entering during run time. nyObject 2 7,616 03-23-2011, 12:04 AM
Last Post: cdesserich
  Enter data in Password Mode ashuniks 1 2,315 12-02-2008, 09:51 PM
Last Post: roxer

Forum Jump:


Users browsing this thread: 1 Guest(s)