Im getting an error using dbp to run a routine for taking txt from a file and placing it into a couple arrays, one for strings, and the other for integers. I thought maybe it was DBP it self because im using the demo.
So I took the code and put it into DB and it worked fine, then i wrote in for it to save the arrays and it saved fine, and they loaded fine in DB, but when I tried to load the arrays in DBP, the string array loads fine, but the integer array loads with no values, everything equals 0. Is DBP not able to load arrays made using DB? or am i doing something wrong.