You are not logged in.

Search results

Search results 1-3 of 3.

Tuesday, October 11th 2011, 11:25am

Author: steveraymon

Text from a file

Hello theuserbl Thanks for response the issue is solved! I am running Windows XP SP3 I tried both versions of your code and neither worked, the error given was: compile error. Class 'Form1' Line 16: Method 'Print' not found with this parameters! I then updated the Jabaco.jar file and the second version of code worked. So mentioning the FileSystem Class and updating the Jabaco.jar is the cure. Very many Thanks. Steve.

Monday, October 10th 2011, 10:11pm

Author: steveraymon

Text from a file

Hello Can anybody tell me whats wrong with this code: Dim FNam As String Dim FNr As Integer FNam = "C:\Test.txt" FNr = 1 Open FNam, Output, FNr Print FNr, "anything" Close FNr Just trying to open a text file for input and output....but i cant...its so frustrating.... Thanks.

Monday, October 10th 2011, 3:44pm

Author: steveraymon

Text file reading and writing

Hello Can anybody tell me whats wrong with this code: Dim FNam As String Dim FNr As Integer FNam = "C:\Test.txt" FNr = 1 Open FNam, Output, FNr Print FNr, "anything" Close FNr Just trying to open a text file for input and output....but i cant...its so frustrating.... Thanks.

WoltLab Burning Board