Hi, Ladislav,
Ladislav Mecir wrote:
>
> Hi Gerard,
>
> instead of
>
> tab_nbr/:L/:C: 20
>
> which doesn't work you can use:
>
> 1)
> change at at tab_nbr L C 20
>
Perhaps
change at first at tab_nbr L C 20
is what you meant??? As in
>> table0
== [[0 0] [0 0] [0 0]]
>> at at table0 1 1
== [[0 0] [0 0] [0 0]]
>> at first at table0 1 1
== [0 0]
>> change at first at table0 1 1 17
== [0]
>> table0
== [[17 0] [0 0] [0 0]]
-jn-
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.