Page 1 of 1

Remove row data, not whole field

Posted: Wed Apr 25, 2012 6:15 pm
by lswing
All,

Still getting familiar withe the code. I can add data from an array into select fields, but can't find out how to remove specific rows of data when I want to move them to another field. This is the only remove code, but it deletes the whole field, ideas? Thanks!

put empty into field "ArrayData4"

Re: Remove row data, not whole field

Posted: Wed Apr 25, 2012 6:24 pm
by Dixie
hi...

To just empty a line...
put empty into line x of fld" whatever"
To delete a line
delete line x of fld "whatever"

or
put line x of fld "whatever" into fld "thisOne"

be well

Dixie

Re: Remove row data, not whole field

Posted: Wed Apr 25, 2012 6:33 pm
by Klaus
HI iswing,

welcome to the forum! :)

Please check these great resources, they will cover basic stuff like this:
http://www.runrev.com/developers/lesson ... nferences/

And of course keep on asking here!


Best

Klaus