Example Code

Move Cursor to the End of Text

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW

Code and Documents

Attachment

Overview
The example is to move the cursor of the string input to the end of the selection cursor

Description:
By utilizing the Property Node at LabVIEW, we could basically manipulate the location of the cursor when entering the value of string. This example would shows you how to move the cursor to the end of the string value input

Instructions:
To implement this example:
  1. Use the VI as the subVI with the input of the String Reference In


To execute this example:

  1. Install the required software.
  2. Open the VI and refer the Implement Steps


Requirements
Software
LabVIEW 2012 or compatible

Hardware
-

bd.pngfp.PNG

**This document has been updated to meet the current required format for the NI Code Exchange.**
Applications Engineer
National Instruments

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

Comments
Thoric
Trusted Enthusiast Trusted Enthusiast
Trusted Enthusiast
on

A nice little subVI, but can I recommend you assign your connector terminals please? An icon would be a nice addition too. Thanks

Thoric (CLA, CLED, CTD and LabVIEW Champion)


danidpr
Member
Member
on

That's a great idea!

Thank you very much for sharing this code!