I'm trying to create a simple subVI that appends the next letter (A,B,etc) to a string, and removes the previous one if possible.
Input: a string. The base string will always consist of a series of letters followed by a series of numbers, but the subVI may be called multiple times
I don't know how to check if the last position in the string is a 'letter' as opposed to a 'number', and I'm not sure how to increment a letter in LabVIEW.
This is the first coding situation I've reached where the solution seems more obvious in C++ or Java than in LabVIEW.