| date | Index Level | db |
| Syntax | call date.iconv(date.argument) |
| Category | TCL |
| Type | Subroutine |
| Description |
is a FlashBASIC subroutine which converts an external date to its internal format.
The external subroutine only allows one argument to be passed. This argument is put through the "iconv" function with a "d" processing code. The internally converted response replaces the value of "date.argument", if "date.argument" is a variable. |
| Options | |
| See Also | ICONV SUBROUTINE CALL d (date) |
| Example |
print "Enter an external date: ":
input date call date.iconv(date) print "The internal date is ":date |
| Warnings | |
| Compatibility | D3 7.0 AP |
| date | Index Level | db |