Hi,
Ich habe gerade eine Resourcedatei die z.B. so aussieht:
Zitat:
STRINGTABLE
{
100, "A teststring"
101, "A second teststring"
}
Jetzt würd ich aber gerne einen Zeilenumbruch drin haben.. sowas wie:
Zitat:
STRINGTABLE
{
100, "A" + #13#10 + " teststring"
101, "A" + #13#10 + " second teststring"
}
Ich bekomms aber nicht hin und finde dazu auch nichts....
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."