Re: NASL2 wish list
Michel Arboi <[email protected]>
| Newsgroups | gmane.comp.security.nessus.devel |
|---|---|
| Organization | Compilo ergo sum |
| Message-ID | <[email protected]> |
"Felix Huber" <[email protected]> writes: > is > test[] = "nextvalue" also supported? I changed the way arrays are implemented. We could support it now... but I really think that this syntax is ugly. Can't you write something like: i = 0; test[i++] = "value"; test[i++] = "something"; test[i++] = 42; OK, I should implement a max_index function...