[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, ...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: SYMTAB array does not work properly. It is semi-read-only,
J Naman <=