Results 1 to 1 of 1
Hi,
i got a big problem with gawk. I want to save the unknown variables AA,BB,CC which stand above given, how can i realize that, because the structure is nearly ...
- 10-15-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
GAWK Problem
Hi,
i got a big problem with gawk. I want to save the unknown variables AA,BB,CC which stand above given, how can i realize that, because the structure is nearly similar!?
I would really appreciate a fast answer, because i need it at work.
Thanks!
.
.
.
struct
{
x
y
z
} error;
struct
{
k
l
m
} useless;
struct
{
AA
BB
CC
} given;
.
.
.


Reply With Quote