Next: Byte Data Function Prefixes, Previous: Byte Data Converters, Up: The Byte Data Library [Index]
The ‘data’ ‘for’ statements are:
See The For Statement.
is:
if (bt_first(,,)) {
do {
} while (bt_next(,,));
}
is:
if (bt_last(,,)) {
do {
} while (bt_previous(,,));
}