Hi,
I get a the following as output after executing a command remotely:
for example;
No of records Date Status
1 7/7/2010 Progress
Total Number of records Processed so far: 1012
Currently active records: 1
Now evidently Python treats this out put as a string.
Now my problem is how to split this string in to words.
Precisely I need to read the Currently active records: 1 and then initialize a variable as:
Active_records = 1.
How do I do this?
Any help be would highly appreciated.
Regards,
Prashanth