Re: ListView Question

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> 
> if I go:
> 
> for x=1 to 10 do
>  VOID &=addLVItem(LV,0,sprintf("%d",x))
> end for
> 
> 1.) Is there a way to reverse the order (1 at the top; 10 at the bottom)
> without
> having to hit the headings tab?

for x=10 to 1 by -1 do

> 2.) Is there a way to put just the number in without using sprintf?
> 
>  VOID &=addLVItem(LV,0,x))?

probably not.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu