Re: [Gambas-user] Table "too many arguments"

2008-12-09 Thread Benoit Minisini
On mardi 9 décembre 2008, Ron wrote: > Hi, > > I need to define this crc hash table in my gambas project. > > But I get "too many arguments", what alternatives do I have? > > Thanks. > > Regards, > Ron_2nd > > PUBLIC table AS Integer[] = [&H, &H1021, &H2042, &H3063, &H4084, > &H50A5, &H60C6, &H

[Gambas-user] Table "too many arguments"

2008-12-09 Thread Ron
Hi, I need to define this crc hash table in my gambas project. But I get "too many arguments", what alternatives do I have? Thanks. Regards, Ron_2nd PUBLIC table AS Integer[] = [&H, &H1021, &H2042, &H3063, &H4084, &H50A5, &H60C6, &H70E7, &H8108, &H9129, &HA14A, &HB16B, &HC18C, &HD1AD, &HE