FBPL Command Reference

Table Of Contents
176
10.49 NOW$()
Description
Return the current date and time according to the printer setting. The returned value always uses with
FORMAT$( ) commands.
Syntax
NOW$( )
Example
Sample code
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10, "3",0,1,1, "Now is " +NOW$( )
TEXT 10,60, "3",0,1,1,FORMAT$(NOW$(),"Long Date")
PRINT 1
Result
See Also
FORMAT$( )