G
Guest
I have a simple program that collects a string array, and at closing, writes that to a file with the following code
oac_info = CStr(FormatDateTime(Date.Now, DateFormat.LongTime)) + ",
For t = 1 To 20
oac_info = oac_info + CStr(oasis_info(t)) + ",
Nex
oac_info = oac_info + Chr(13
reader.WriteLine(oac_info
reader.WriteLine(oasis_info(210) + Chr(13)
If soc_reason = True Then reader.WriteLine("START OF CARE V1.4CF"
If fol_reason = True Then reader.WriteLine("FOLLOW UP V1.4CF"
If dis_reason = True Then reader.WriteLine("DISCHARGE V1.4CF"
TextBox1.Text = oac_inf
TextBox1.Visible = Tru
reader.WriteLine(Chr(13)
The problem is that the line
reader.WriteLine(oasis_info(210) + Chr(13)
does not write the full variable of oass_info(210
is there a limit to streamreader.writelin
thank
M
oac_info = CStr(FormatDateTime(Date.Now, DateFormat.LongTime)) + ",
For t = 1 To 20
oac_info = oac_info + CStr(oasis_info(t)) + ",
Nex
oac_info = oac_info + Chr(13
reader.WriteLine(oac_info
reader.WriteLine(oasis_info(210) + Chr(13)
If soc_reason = True Then reader.WriteLine("START OF CARE V1.4CF"
If fol_reason = True Then reader.WriteLine("FOLLOW UP V1.4CF"
If dis_reason = True Then reader.WriteLine("DISCHARGE V1.4CF"
TextBox1.Text = oac_inf
TextBox1.Visible = Tru
reader.WriteLine(Chr(13)
The problem is that the line
reader.WriteLine(oasis_info(210) + Chr(13)
does not write the full variable of oass_info(210
is there a limit to streamreader.writelin
thank
M