bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SYMTAB array does not work properly. It is semi-read-only


From: J Naman
Subject: Re: SYMTAB array does not work properly. It is semi-read-only
Date: Wed, 5 Apr 2023 13:29:19 -0400

I assume that it is known that you can manage your own global or local
symbol table:
mySYMTAB["foo"]=123
mySYMTAB["arr"][1]="string"
mySYMTAB["#@!.$"]="your custom identifier"
# fully read, write, delete, clear, ...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]