YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

load_csv() returns an index instead of a DS grid reference #8490

Closed YYBartT closed 15 hours ago

YYBartT commented 3 days ago

Description

The function load_csv() still returns a DS grid index, which should now be a DS grid reference instead.

test_load_csv.zip

Expected Change

load_csv() returns a DS grid reference

Steps To Reproduce

  1. Start GameMaker
  2. Import the test project and run it
  3. "0" is output in the debug window for the grid returned by load_csv(), "ref ds_grid 1" for the grid created using ds_grid_create()

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

2024.1100 (Betas), 2024.8.1 (Monthly), 2022.0.3 (LTS)

Which platform(s) are you seeing the problem on?

Windows

Sample Package Attached?

Sample Project Added?