Re: [O] how i pass output of one codeblock as iinput of another codeblock without manual copy paste

2012-07-03 Thread James Kang
Thank you, Tom. It works like a charm! Now, I will read the document one more time very carefully and throughly. James On Mon, Jul 2, 2012 at 7:25 PM, Thomas S. Dye wrote: > James Kang writes: > > > Hi, > > > > I have been using code blocks with the following way to pass one's > > output to

Re: [O] how i pass output of one codeblock as iinput of another codeblock without manual copy paste

2012-07-02 Thread Thomas S. Dye
James Kang writes: > Hi, > > I have been using code blocks with the following way to pass one's > output to the other's input(or input variable). > You can notice that I am manually copying/pasting the contents of > "RESULTS" and create a table with a name "my_table". > Now, is there anyway I can

[O] how i pass output of one codeblock as iinput of another codeblock without manual copy paste

2012-07-02 Thread James Kang
Hi, I have been using code blocks with the following way to pass one's output to the other's input(or input variable). You can notice that I am manually copying/pasting the contents of "RESULTS" and create a table with a name "my_table". Now, is there anyway I can do this passing the output automa