KMseven / prettytable

Automatically exported from code.google.com/p/prettytable
Other
0 stars 0 forks source link

Get a row without fieldnames #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.is it possible to get the row with out field name?

+-----------+------------+
| City name | Population |
+-----------+------------+
|  Brisbane |  1857594   |
|   Darwin  |   120900   |
|   Hobart  |   205556   |
|   Sydney  |  4336374   |
+-----------+------------+

if i select the 1 row it has to show only second row as output without field 
names?

print Tablename.getstring(1)
o/p:
|  Brisbane |  1857594   |

Original issue reported on code.google.com by murali12...@gmail.com on 12 Dec 2013 at 9:24