I'm using AddGatgetItem() to add items to columns in a list. Why does "-1" work to fill up the list but counting down the rows from 1 on does not?
also, is there a way to break long lines in PB? Like this one?
Code: Select all
AddGadgetItem(lb,-1,punch(x,1)+Chr(10)+punch(x,2)+Chr(10)+punch(x,3)+Chr(10)+punch(x,4)+Chr(10)+punch(x,5)+Chr(10)+punch(x,6)+Chr(10)+punch(x,7))


