
rttrtcmd2002
New User
Nov 23, 2009, 6:47 PM
Post #1 of 2
(537 views)
|
|
appending a line to a text file
|
Can't Post
|
|
I have a line that I want to append to a text file. Here it is: Control.LineList.#"#$x".Value = "$array[$x]"; where $x is equal to 2 defined earlier in my program. When the program is run it should append to a text file so the final output should be: Control.LineList.#"#2".Value = "500"; Having problem with the syntax to make it work. Can anyone help. thanks
|