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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |