• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

importcsv

  1. I

    GML write_csv()

    So, I am using a ds_grid and for debugging reasons I want to be checking the contents of the grid or just "cheat" instead of being hardcoding everything I need to change, so I thought I could work with csv files and excel because I had read about this amazing function: load_csv(). But later, I...
  2. T

    Get_char_at() parser not finding special characters despite being UTF-8

    I'm loading a CSV using buffer_load(), then going through it character by character with string_char_at(), it doesn't return any characters like 开始, スタート, 시작, Начать despite the .csv being encoded in UTF-8. This used to work but now it doesn't. Any ideas? I'm on v7.7.1447. Here, buffer_load()...
Top