What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
What is WebDNA
WebDNA and BioType
Download WebDNA
WebDNA resources
Writes text to the end of an existing file.
numero = 254AppendFile does not 'understand' databases. If you want to append a new record to the end of a database, use [append] instead.
Example:[appendfile SomeTextFile]Hello, my name is Grant. The time is [time]This is a second line[/appendfile]The text file "SomeTextFile" opens, and the textHello, my name is Grant. The time is 13:43:01This is a second lineis written at the end of the file. Notice that carriage returns inside the context are written to the file exactly as they appear. Also notice that any WebDNA [xxx] tags inside the context are substituted for their real values before being written to the file. You may specify a full or partial path to the file, as in "/Some Folder/file.txt" (starting from the web server's root) or "LocalFolder/file.txt" (starting in the same folder as the template file, looking down into a folder called "LocalFolder").
If you want the tags inside the context to be interpreted, you will have to add <!-- HAS_WEBDNA_TAGS --> and make use of the [raw] context.
[appendfile FileName]Text[/appendfile]AppendFile does not 'understand' databases. If you want to append a new record to the end of a database, use [append] instead.
[appendfile SomeTextFile]Hello, my name is Grant. The time is [time]
This is a second line[/appendfile]
If you want the tags inside the context to be interpreted, you will have to add <!-- HAS_WEBDNA_TAGS --> and make use of the [raw] context.
DOWNLOAD WEBDNA NOW!
A list of user-submitted tips ...
Download WebDNA ApplicationsWebDNA applications...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA ModulesA list of the currently available modules...
WebDNA LibrariesA list of available libraries for WebDNA...
F.A.QA compilation of some user's questions...
Executes and persits the results of an SQL statement...
[findstring][FindString Source=...
[sendmail]There is hardly a website that doesn't at some point need to send an email...
[validcard]Checks legitimacy of credit card...
formulas.dbThe formulas...
[authenticate]WebDNA provides a few options for password protecting your pages...