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"
Remove row data, not whole field
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Remove row data, not whole field
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
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
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
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