source:
trunk/essentials/sys-apps/gawk/test/splitarr.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 101 bytes |
Line | |
---|---|
1 | BEGIN { |
2 | a[1] = "elephantie" |
3 | a[2] = "e" |
4 | print split(a[1],a,a[2]), a[2], a[3], split(a[2],a,a[2]) |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.