07.05.2015 Views

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

C. Built-in Functions 173<br />

string form “YYYYMMDD”. Here YYYY is the year, MM is the month number, and DD is<br />

the day number. If your computer cannot tell the date, then DATE$ returns “00000000”.<br />

DEG Function<br />

DEG(numeric-expression)<br />

Returns the number of degrees in numeric-expression radians. This function is not affected<br />

by the current OPTION ANGLE.<br />

DET Function<br />

DET (numarr)<br />

DET<br />

Returns the value of the determinant for the square numeric matrix named as its argument.<br />

DOT Function<br />

DOT(arrayarg, arrayarg)<br />

DOT computes and returns the dot product of two arrays, which must be one-dimensional,<br />

numeric, and have the same number of elements. (The subscript ranges need not be the<br />

same, however.) If both arrays have no elements, then DOT returns 0.<br />

EPS Function<br />

EPS(numeric-expression)<br />

EPS(x) returns the smallest positive number that can “make a difference” when added to or<br />

subtracted from x.<br />

EXLINE Function<br />

EXLINE<br />

EXLINE returns the line number in your program where the most recent error occurred. If<br />

your program does not have line numbers, EXLINE returns the ordinal number of the line<br />

in the file.<br />

EXLINE$ Function<br />

EXLINE$<br />

EXLINE$ returns a string that gives the location in your program where the most recent<br />

error occurred. It gives the number of the line and the routine in which the error occurred.<br />

If the error occurred deeply in nested subroutine calls, EXLINE$ returns the geneology of<br />

the error; i.e., it includes the names of the intervening subroutines and the line numbers of<br />

the CALL statements.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!