for puzzlement

new topic     » topic index » view thread      » older message » newer message

rn_nmbr is declared as integer
A procedure contains the statement:
for rn_nmbr = 1 to rn_limit

It functioned as expected.

Later, the identical statement was added to Main:
for rn_nmbr = 1 to rn_limit

The compiler now complains about an attempt to redefine rn_nmbr.

The manual seems to imply that "i" is the variable to use in 'for'.
Any insights?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu