Einzelnen Beitrag anzeigen
Alt 13.10.2012, 12:58   #178
leecher
Moderator
APENDONE

E r g e b n i s / R e s u l t

Append one line of text to a file

B e s c h r e i b u n g / D e s c r i p t i o n

This function appends line to file fname

S y n t a x
Code:
ok = call("apendone",fname,line)
P a r a m e t e r

fname - The file where to append the line line
line - The line to append to file with name fname

R e t u r n s

A boolean value.

B e i s p i e l / E x a m p l e
Code:
attach "filecomp.oac"
OK = CALL ('APENDONE','AFILE.TXT','Another line')
detach "filecomp.oac"
leecher ist offline   Mit Zitat antworten