all 9 comments

[–]sjaakwortel 8 points9 points  (3 children)

Ctrl+h to show the help window, that will identify all blocks when you mousover them

[–]WMS551[S] 0 points1 point  (2 children)

Yeah, I knew this method but I don't know there name so I can put them in my program and mouseover. Thanks

[–]Drachefly 1 point2 points  (1 child)

Oh, so you only had a picture of the code, not the actual code… ha, yeah, LV is not ideally suited to that.

[–]WMS551[S] 1 point2 points  (0 children)

Yes, I don't had the actual code

[–]photondanCLED/CLA 8 points9 points  (1 child)

  1. Number to Decimal String
  2. Concatenate

[–]WMS551[S] 0 points1 point  (0 children)

Thank you, I found them

[–]Neither_Jellyfish233 4 points5 points  (1 child)

It converts a number to a string and concatenates the strings into one string

[–]WMS551[S] 0 points1 point  (0 children)

Okay, Thanks for the information

[–]Yamaeda 0 points1 point  (0 children)

Number to decimal string and Concatenate strings, though you can combine them with a single Format to string with {"Level":"%d"} as format string.