Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DIM AT -- feature request
#1
PowerBasic has a very handy feature, the ability to dim at a certain address, for example suppose that you want to use a fixed-length string as a memory buffer
DIM buff As String * 256
DIM m(31) AS _Unsigned Long AT VARPTR(buff)

then you could access the array as usual but the values of the array m would be stored in the string buff
since QB64pe lacks arrays in Type, you could almost have that flexibility if you had Dim At
Reply


Messages In This Thread
DIM AT -- feature request - by Jack - 08-14-2023, 03:49 PM
RE: DIM AT -- feature request - by mnrvovrfc - 08-14-2023, 04:28 PM
RE: DIM AT -- feature request - by grymmjack - 08-15-2023, 12:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Preserving multi-dim arrays Pete 5 416 12-19-2025, 03:17 PM
Last Post: Dimster
  Feature Request: Limit Scope of a "Find" and "Change" hanness 5 723 06-21-2025, 11:21 PM
Last Post: SMcNeill
Tongue request: anyone want to do a remake of goat simulator or desert bus? madscijr 7 1,581 10-01-2024, 04:30 PM
Last Post: SMcNeill
Question REDIM takes more resources than DIM? bplus 34 5,963 07-23-2024, 01:04 PM
Last Post: luke
  Feature Request - SOUND breaks on/off Abazek 6 1,509 02-05-2024, 10:59 PM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: 1 Guest(s)