Post Reply 
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)=9p1=[9,8,7], 3=-10,"b"=20,"c"=30,"d"=40,"a"=10) [enterreturns

table
(
  
= -10,
  
p1 = [9,8,7],
  (
0,0) = 9,
  
"a" 10,
  
"b" 20,
  
"c" 30,
  
"d" 40




PHP Code:
purgetbl1["a"] ) [enter1(Done)

tbl1 [enterreturns
table
(
  
= -10,
  
p1 = [9,8,7],
  (
0,0) = 9,
  
"b" 20,
  
"c" 30,
  
"d" 40

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Template for a table editor [▣=▣ ]. - compsystems - 04-19-2019 02:18 PM



User(s) browsing this thread: 1 Guest(s)