From: FredFred on
smercurio,
 
I tried doing that with no success.
BTW how do you attach an image to a post?
 
Thanks
FredTest


CONVERSION.PNG:
http://forums.ni.com/attachments/ni/170/321906/1/CONVERSION.PNG
From: TWGomez on
Try again Fred, and look at the value you have in your word x4CD3 when it should be x4C3D.
 
From: smercurio_fc on
The red dot on the Byte Array to String function tells me that there datatype coercion going on. You need to set the datatype of the array elements to U8. They're probably set to the default of I32.To attach an image to the post:- Get the image. I use <a href="http://forums.lavag.org/Code-Capture-Tool-file121.html&amp;s=597dac4781fef8fb5f73a68f2a637007" target="_blank">Code Capture Tool</a>.
- Paste the path to the file in the textbox in the "Attachment" section that appears below the message creation box.
- Submit the post. (Note: If you preview the post, the attachment gets lost and you'll need to specify it again.)
If you then want to insert the image in the body of the post:- Go over to the "Options" menu that appears on the right just above the message body. This is a dropdown menu. Select "Edit".
- When you get the edit screen you'll see the URL for your image, as it's been uploaded to the NI servers.
- Right-click on the URL and select "copy link" (or something to that effect, depending on your browser).
- Where you want to embed the picture click on the "Insert an image" button (yellow square with a mountain) in the toolbar right above the message entry area.
- Paste in the URL.
- Re-submit the post.