9.0
209
Name definition
An identifier that names a variable or a user defined procedure. Identifiers start with a letter. Following chars may
be a letter, an underscore or a digit.
Count
DaysTill2000
Get
_Data
Name Instruction
Syntax
Name OldName$ As NewName$
Group
File
Description
Rename file OldName$ as NewName$.
Parameter Description
OldName$ This string value is the path and name of the file. A path relative to the current
directory can be used.
NewName$ This is the new file name
(
and
p
ath
)
. A
p
ath relative to the current director
y
can be
used.
Example
Sub Main
Name "AUTOEXEC.BAK" As "AUTOEXEC.SAV"
End
Sub
Now Function
Syntax
Now
Group
Time/Date
Description
Return the current date and time as a date value.










