xtjoeytx / GServer-v2

GNU General Public License v3.0
7 stars 10 forks source link

Array empty constructor doesn't accept variable #80

Open tricxta opened 1 year ago

tricxta commented 1 year ago

This works: temp.arrTest = new [100];

This doesn't work: temp.arrSize = 10; temp.arrTest = new [temp.arrSize];