| Anonymous | Login | Signup for a new account | 11-10-2008 12:23 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0003864 | [BusyBox] New Features | feature | always | 06-26-08 06:47 | 06-26-08 06:47 | |||||||
| Reporter | manfred99 | View Status | public | |||||||||
| Assigned To | BusyBox | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | ||||||||||
| Summary | 0003864: busybox awk: missing gawk extension "length(array)" | |||||||||||
| Description |
as of gawk 3.1.5, the builtin function length() can be applied to arrays and returns the number of array elements, e.g. # gawk 'BEGIN { split("1 2 3",a); print length(a) }' 3 busybox awk does not yet support this feature and returns "0". |
|||||||||||
| Additional Information | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 06-26-08 06:47 | manfred99 | New Issue | |
| 06-26-08 06:47 | manfred99 | Status | new => assigned |
| 06-26-08 06:47 | manfred99 | Assigned To | => BusyBox |
| Copyright © 2000 - 2006 Mantis Group |