12-12-2007, 06:20 AM
if i use thise code to set the text of a file....and iw anted to go back later and do it again but add on to the text not replace it...how wud i do it?
Function ( Function )
Thats just an example but its what im using it for!
Function ( Function )
str s b
s= "Hey"
b="C:\Documents and Settings\Sammy\Desktop\New Text Document.txt"
s.setfile(b)
Thats just an example but its what im using it for!