| View previous topic :: View next topic |
| Author |
Message |
cemaud Newbie
Joined: 08 Nov 2006 Posts: 6
|
Posted: Thu Nov 09, 2006 9:07 am Post subject: store value into column field |
|
|
hi
somebody can tell me if exists a function to store a value directly into a table column element like "SET,list,row,column,value " ?
thanks |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Thu Nov 09, 2006 1:26 pm Post subject: |
|
|
I think you have to use LIST PUT and rewrite the whole row. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Nov 10, 2006 2:04 am Post subject: |
|
|
an idea
if you are going to use that 'command' a lot, make your own function ... it will be a bit of work but the advantage is that you will be able to call that function with just 1 line from anywhere in your code
your function will need to use things like LIST SEEK, LIST PUT, @ITEM, . . .
serge _________________
|
|
| Back to top |
|
 |
cemaud Newbie
Joined: 08 Nov 2006 Posts: 6
|
Posted: Mon Nov 13, 2006 11:33 am Post subject: |
|
|
hi
yes, is i'm already working in that way ..
thanks to all for help |
|
| Back to top |
|
 |
|