Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A bit dim about "DIM"
#2
I think what you're looking for is DEFINT, DEFSGN, DEFLNG, DEFDBL & DEFSTR.

You can define a range of variables starting with certain characters AS a certain type variable, for example:
DEFSNG A - G

would define all variables starting with A thru G as singles. I believe it's a holdover from the days of limited memory and is mostly to maintain code compatibility. I never use it, myself.
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
Reply


Messages In This Thread
A bit dim about "DIM" - by PhilOfPerth - 04-30-2022, 03:34 AM
RE: A bit dim about "DIM" - by OldMoses - 04-30-2022, 03:52 AM
RE: A bit dim about "DIM" - by Pete - 04-30-2022, 03:56 AM
RE: A bit dim about "DIM" - by PhilOfPerth - 04-30-2022, 04:16 AM
RE: A bit dim about "DIM" - by BSpinoza - 04-30-2022, 04:56 AM
RE: A bit dim about "DIM" - by Pete - 04-30-2022, 05:07 AM
RE: A bit dim about "DIM" - by SMcNeill - 04-30-2022, 05:08 AM
RE: A bit dim about "DIM" - by BSpinoza - 04-30-2022, 06:10 AM
RE: A bit dim about "DIM" - by PhilOfPerth - 04-30-2022, 10:16 AM



Users browsing this thread: 1 Guest(s)