Ive tried inputting this part into my code with no prevail

var %result %result $base(%choice_votes,10,10,5) $+ x $+ %choice_text

My code currently looks like this:

Alias Table {
var %i $hfind(voting,vote*,0,w)
while (%i > 0) {
echo -a $hfind(voting,vote*,%i,w) $hget(voting,$hfind(voting,vote*,%i,w))
dec %i
}
}

This displays a table only with the numerical value and not the 5 digit code like you are wanting me to have. I read and re read through both posts and tried to make sense of it with the little knowledge I have, I apologise if Im not being the best student.

Last edited by ThorStreams; 16/04/18 12:12 PM.