Re: [Vala] [Genie] Convert string to uchar[]



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]