>wie bekomme ich das hin: Klasse in was und wo?
>aa text
>will ich nur den text bekommen.
strText = "aa text"
right(strText,len(strText)-3)
oder
aText = split("aa text"," ")
aText(0) = ""
strText = join(aText)
Gruss
Roman Pittroff
Consulting
Bangkok, Thailand
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse
