Always Copy Function
- Updated2025-03-14
- 1 minute(s) read
Places the value of Input into a new memory location and returns the value in Output. Use this function to control the outcome of the LabVIEW compiler buffer allocation process.
Use this function when you want to control the LabVIEW compiler in order to produce a different result regarding its buffer allocations.

Inputs/Outputs
![]() Input is any data to copy to a new location in memory. ![]() Output returns the data from Input that LabVIEW copied to a new location in memory. |