Re: [Vala] printf question
- From: Ulink <ulink gmx at>
- To: vala-list gnome org
- Subject: Re: [Vala] printf question
- Date: Tue, 9 Oct 2018 17:38:55 +0200
cellRendererText.text = ("%"+int64.FORMAT).printf((int64)obj); <<---- int64.FORMAT = "li"
this works,
but when i try this, witch is the same
cellRendererText.text = ("%li").printf((int64)obj);
i get thiss error
application.vala:192.45-192.54: error: Argument 1: Cannot convert from `int64' to `long'
What about "%lld" ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]