08-25-2010 03:24 PM
I am currently using the "Prompt User for Input" function to allow the user to define the path to save the file. In order to control the length of the file name, I want to be able to put a limit on the amount of charcters the user can input when the Prompt is shown. Is there an easy way to do this?
08-25-2010 04:28 PM
You have to spin your own dialog. You can convert that Express VI into a regular VI by right-clicking and select "Open Front Panel" (or something like that). It will give you a dialog and you can then save it as a regular VI. You can then modify it to limit the string length.