I have a project with a text file associated with it.  So there is a tab
displaying the data imported into the project (?) from the text file.  How
do I access the data?  Since the project is already aware of the data, I
wouldn't think that it's necessary to Open the file and Read its contents as
would be done if the file were not associated with the project.  If it was a
graphics file all I'd have to do is load it into a Picture object.  Is there
a similar way of loading a line of text into a string, or load the contents
of the line into variables based on spaces/tabs/commas that separate data
values?  Some of the data is text (strings of characters without
spaces/tabs/commas), and some are numbers.  It is a UTF-8 file if that makes
a difference.

Lou



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Accessing-Project-Data-in-a-Text-File-tp45627.html
Sent from the gambas-user mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to