Jump to content

Recommended Posts

Posted

Hi

I need to set data on a GUI CTRL and i want the data to be in order I read a word and a number , now since i have long words and short words i doing something like this

while StringLen ($Word)<18

$Word=$Word&chr(32)

WEnd

that way i thought i will arrange the data and the next data item will be in the right place, but the fonts are in different sizes (they are not eqaul in space) so the data is very messy like this

Battlegrace Angel 3.45 (Battlegrace is 17 spaces )

Cradle of Vitality 1.25 (this is 18 spaces but the word looks shorter)

insted of this

Battlegrace Angel 3.45

Cradle of Vitality 1.25

I hope i made myself clear

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...