[BusyBox 0003864]: busybox awk: missing gawk extension "length(array)"
bugs at busybox.net
bugs at busybox.net
Thu Jun 26 06:47:33 PDT 2008
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=3864
======================================================================
Reported By: manfred99
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 3864
Category: New Features
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 06-26-2008 06:47 PDT
Last Modified: 06-26-2008 06:47 PDT
======================================================================
Summary: 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".
======================================================================
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
======================================================================
More information about the busybox-cvs
mailing list