MleText line per line...

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

Hi,

It=B4s possible to add to a MleText line per line=20
of a text, instead of all the whole text as a unique sequence ?

With the code below I get only the last list value.

constant pop1_mle=createEx(MleText,"lista",pop1,10,10,920,540,0,0)

setScrollRange( pbar, 1,length(list))
for i=1 to length(list) do
	setScrollPos( pbar,i )
	setText(pop1_mle,list[i])
end for

Thanks

Rubens

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

Search



Quick Links

User menu

Not signed in.

Misc Menu