Jump to content

Function 'Copy Array Part to Array'


Robin P

Recommended Posts

I 'm trying to use this Ladder Function to copy one array (of integers) to another. As I understand it, parameters A and B specifiy the source array and offset, parameters D and E specify the target array and offset, and parameter C specifies the length (no of items) to be copied. I would have expected parameter C to be an integer, but the compiler is demanding an array!

Have I misunderstood the function?
 

Robin Proctor

Link to comment
Share on other sites

Hello Eyal,

 

It seems the function requires a UINT and will not accept an INT. That is why it was not offering my original tag - which was an INT - and also offering me some arrays I had created of type UINT.

 

I think we are systems go again, thank you.

 

Robin

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...