Remote-processing CAMBASIC Manual do Utilizador Página 61

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 208
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 60
Commands - 28
DATE$
System Statement
SYNTAX: DATE$ = date string
PURPOSE: DATE$ is used to set the date on the system calendar clock. The system clock keeps time on a 24
hour basis, with a resolution of one second.
REMARK S: The date string may be a variable or a constant. In either case the format is the same.
The string must be in one of the forms below:
"mm-dd-yy"
"mm-dd-yy,dw"
where mm is the month and ranges from 01 to 12, dd is the day (01-31), yy is the year (00-99) and
dw is the day of the week (0-6).
The RP C-2350 does not support dw, or day of week.
RELATED: DATE$ function and TIME$
EXAMPLE: 10 DATE$ = "11-01-91"
10 A$ = "01-15-91"
20 DATE$ = A$
10 A$ = "04-02-99,4"
20 DATE$ = A$
ERROR: < Syntax> if two digits are not used mm,dd,yy, or if digits not 0-9 are entered.
< Data out of range> - when month, day and year are out of range or not numbers. E xtensive
range checking is not performed. You can enter "02-39-99" as a valid date. Range checking on
RPC-2350 series only.
Vista de página 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 207 208

Comentários a estes Manuais

Sem comentários