Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

PStrNCpy (CIN Function)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

PStr PStrNCpy(dst, src, n);

Purpose

Copies the Pascal string src to the Pascal string dst. If the source string is greater than n, this function copies only n bytes. The function assumes dst is large enough to contain src.

Parameters

Name Type Description
dst PStr Pointer to a Pascal string.
src PStr Pointer to a Pascal string.
n int32 Maximum number of bytes you want to copy, including the length byte.

Return Value

A copy of the destination Pascal string pointer.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit