S
Svenn Are Bjerkem
Guest
Hi,
I have some basic problem with SKILL
I have 3 lists, each equally long containing values. Now I want to print
them out. I tried
(foreach crossed rx_cross
(printf "%L %L %L\n" crossed (car tx_cross) (clk_cross))
but because car is not destructive, I always get the first element of
tx_cross list and clk_cross list. I looked into the manual and tried to
find some examples solving this kind of problem, but my problem is that
I simply don't understand SKILL good enough to find a fitting command.
--
Svenn
I have some basic problem with SKILL
I have 3 lists, each equally long containing values. Now I want to print
them out. I tried
(foreach crossed rx_cross
(printf "%L %L %L\n" crossed (car tx_cross) (clk_cross))
but because car is not destructive, I always get the first element of
tx_cross list and clk_cross list. I looked into the manual and tried to
find some examples solving this kind of problem, but my problem is that
I simply don't understand SKILL good enough to find a fitting command.
--
Svenn