Hi I'm used to programming in C and there it is possible to define a symbolic constant such as "#define maxArrayPicArraySize 100". This constant can then be referred to throughout the program. If it needs to be changed then only the one definition needs to be changed and every reference to it is updated. How do I achieve this in LabView?
Thanks Dave.