BIFF_WriteDate
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > BIFF > BIFF_WriteDate |
Description
Write a date into a specified Row / Column. Date can be optionally formatted.
Syntax
n = BIFF_WriteDate(aDate, Row, Column [, DateFormat])
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
aDate |
String |
No |
A date string |
Row |
Number |
No |
Row number |
Column |
Number |
No |
Column number |
DateFormat |
String |
Yes |
Format of the date |
Remarks
Restrictions
See also
BIFF_WriteNumber, BIFF_WriteText
Examples