P5.js LoadTable() Dose not Work!?!?!
in my code i have
loadTable("A&QTest.csv", "csv", "header")
in my preload function but for some reason the file won't load?!?!
I know the file is small because all it is, is this:
Question,Answer,Keywords
Test,Test123,"test, lol"
also, I know my code works are because of this:
so I don't know what is wrong?!?!
Voters
im assuming that you are getting an infinate load because your file path is incorrect.
instead of:
try:
@LukeWright it works!! Thanks!
np @ErrorbotTHE2nd