0 Members and 1 Guest are viewing this topic.
"appvTEST"→Str1 Getcalc(Str1, 6)→A4000→{A}r2000→{A+2}r5000→{A+4}rSortA({A}r,6)→A
GetCalc("appvTEST",4)->A .Don't forget to create an AppVar that doesn't exist by parsing the size as second parameter40->{A} .All single bytes, no words10->{A+1}20->{A+2}50->{A+3}SortD(A,4)For(I,0,3Output(0,I,{A+I}>Dec .Output all the valuesEnd
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.