U uibai New Member Dec 1, 2010 #1 How I move the cursor in text file? example: I need move cursor to line 10 and take the description of the item. Thanks
How I move the cursor in text file? example: I need move cursor to line 10 and take the description of the item. Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2010 #2 You can read the file with File.ReadList and then fetch item number 9 (the first item index is 0). Upvote 0