Example Code

Convert 2-d Array To One String

Code and Documents

Attachment

Introduction

This C code will parse a data array and append all elements into on long character string. By default it does the parsing on a generated array but by easily modifying the source code you can change the array source.

Steps to Complete

Compile the C code in LabWindows/CVI and run the executable that is created.


Note

There is currently a problem with uploading a .c file to the NI Community. The file attached is the source code, simply change the extention from .txt to .c

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors