Re: Get data from Text:View



On 08/14/2013 10:03 PM, Alejandro wrote:
I need to work on the data introduced by the text view and compare line
by line, How do I get the data from the TextView, and How to process it?
Is it a matrix or ..?

You should read chapter 12 of the study guide (in particular 12.4). Chapter 12 is full of useful examples. Without having grasped the concepts of iters and buffers, and without having seen the principal methods that act on them, you risk to get stuck.

If that is a too tall an order, just try to write a program that copies the examples and makes them work - and understand how they work.

Juergen


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]