Re: Data Storage and Reproduction Cont.
: I still dont see how : : Filename := 'somefile.txt'; : Assign(f, Filename); : : will let me assign the generated date and time as the filename. : If I defined (useing ':=') "Filename" as...
View ArticleRe: Data Storage and Reproduction Cont.
: : : This message was edited by NinthAngle at 2005-9-8 10:54:10 : : : This message was edited by NinthAngle at 2005-9-8 10:53:19 : : : : : : : There are several ways: : : : : : : : - a variable in a...
View ArticleRe: Data Storage and Reproduction Cont.
: : This message was edited by NinthAngle at 2005-9-8 10:54:10 : : This message was edited by NinthAngle at 2005-9-8 10:53:19 : : : : : : There are several ways: : : : : : : - a variable in a...
View ArticleRe: Data Storage and Reproduction Cont.
: : : : USES Crt, Dos; : : CONST : : Numbers : Array[0..35] Of Char = : : ('0','1','2','3','4','5','6','7','8','9','A','B', : : 'C','D','E','F','G','H','I','J','K','L','M','N', : :...
View ArticleRe: Data Storage and Reproduction Cont.
: This message was edited by NinthAngle at 2005-9-8 10:54:10 : This message was edited by NinthAngle at 2005-9-8 10:53:19 : : : : : There are several ways: : : : : : - a variable in a configuration...
View ArticleRe: Data Storage and Reproduction Cont.
This message was edited by NinthAngle at 2005-9-8 10:54:10This message was edited by NinthAngle at 2005-9-8 10:53:19 : : : : There are several ways: : : : : - a variable in a configuration file : : : :...
View ArticleRe: Data Storage and Reproduction Cont.
: : : There are several ways: : : : - a variable in a configuration file : : : - using the time as filename : : : - write a function which checks if a file exists. : : : : You could use the time idea...
View ArticleData Storage and Reproduction Cont.
: : There are several ways: : : - a variable in a configuration file : : - using the time as filename : : - write a function which checks if a file exists. : : You could use the time idea with a date...
View Article