Template for a table editor [▣=▣ ].
|
04-19-2019, 02:18 PM
Post: #5
|
|||
|
|||
RE: Template for a table editor [▣=▣ ].
Note: a coordinate as position cannot contain an array or list, to delete an element you use PURGE function
PHP Code: tbl1:= table( (0,0)=9, p1=[9,8,7], 3=-10,"b"=20,"c"=30,"d"=40,"a"=10) [enter] returns PHP Code: purge( tbl1["a"] ) [enter] 1(Done) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Template for a table editor [▣=▣ ]. - compsystems - 04-13-2019, 12:26 PM
RE: Template for a table editor [▣=▣ ]. - toml_12953 - 04-17-2019, 03:10 PM
RE: Template for a table editor [▣=▣ ]. - compsystems - 04-17-2019, 05:58 PM
RE: Template for a table editor [▣=▣ ]. - ijabbott - 04-17-2019, 10:52 PM
RE: Template for a table editor [▣=▣ ]. - compsystems - 04-19-2019 02:18 PM
RE: Template for a table editor [▣=▣ ]. - compsystems - 04-27-2019, 02:36 AM
|
User(s) browsing this thread: 1 Guest(s)