**CIGAL Reference Manual, Chapter 6 (RealTime): r_put** ===== r_put -- Put an integer value into an array ===== **usage: r_put opflg eflag ltime Databuf DataValue** R_PUT is a REALTIME operator. It transfers a single integer value from DATAVALUE to DATABUF. It is similar to R_SET except that the copy direction is reversed. This is useful when you want to store many values into an array because the first argument can be autoincremented (e.g. DATABUF++). **See Also:**\\ [[jvs:cigal|CIGAL Home]], [[jvs:cigal:manual|CIGAL Manual]], [[jvs:cigal:manual:chapter6|RealTime List]], [[jvs:cigal:manual:help|Manual Help]]