[Vala] Handling multiline strings
- From: Satyajit Sahoo <satyajit happy gmail com>
- To: vala-list <vala-list gnome org>
- Subject: [Vala] Handling multiline strings
- Date: Mon, 10 Jun 2013 18:22:49 +0530
Hi. I'm trying to write a multiline string into a file,
e.g.
string new = """Line 1 and %s
Line 2 and %s
Line 3
Line 4""".printf (var1, var2);
The problem is, when I write it to the file, the lines from the 2nd line,
have tab characters preceding them. I want to keep the idention level of
the code to improve redability. How can I make it ignore the tabs used for
code indention while writing to the file?
--
Satyajit Sahoo
Profile - Facebook <http://facebook.com/satya164>,
Google+<http://plus.google.com/u/0/114564489020097923600>
Artwork - DeviantArt <http://satya164.deviantart.com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]