[Gambas-user] strange catenation of Strings in TextLabels
Jochen Georges
jochengeorges at ...467...
Wed Jan 5 08:14:28 CET 2005
Hello gambanauts,
this works:
TextLabel2.Text = car.getBrand() & "<br>" &
car.getColor()
this works too:
TextLabel2.Text = mp[nr].getFr() & "<br>" & mp[nr].getTyp()
but this does not work:
TextLabel2.Text = mp[nr].getFr() & "<br>" &
mp[nr].getTyp()
Is that all right? What is the cause?
Thanks for any hint.
Beste Gruesse
Jochen
More information about the User
mailing list