Re: [Vala] [Genie] Convert string to uchar[]
- From: Nicolas <c r n a wanadoo fr>
- To: jamie mccrack gmail com, vala-list gnome org
- Subject: Re: [Vala] [Genie] Convert string to uchar[]
- Date: Mon, 12 Oct 2009 18:19:59 +0200
Thanks, but already tested and this:
data_string : string
testing : array of uchar
testing = (array of uchar) data_string
Return:
error: syntax error, expected identifier
testing = (array of uchar) data_string
^^^^^
Another idea ?
Nicolas.
try
(array of uchar) testing
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]