Hi there and welcome,

as far as I follow this you'd like to be able to do something alike this :

Code:
break on

$ini = @scriptdir + '\labels.ini'
$f = createobject("KiXtart.Form")

$l1 = $f.Label(readprofilestring($ini,"Labels","Label1"),10,10,200,20)

$f.Show

while $f.Visible
$_ = execute($f.DoEvents)
loop
exit 1



with such an ini-file (labels.ini)

Quote:

[Labels]
Label1=Value from ini file





hth
_________________________