-
Expression to detect text or number
I’m working on making an AE template that imports data from a text file. Some fields are text and others are numbers and I have them linked to different text layers and expression controls in my project. This text file will be shared with multiple people and I’m trying to make it so if they accidentally enter a text string where a number is supposed to be, rather than popping up the expression error, it will assign the value as a 0.
Is there an expression to check if the value is a text string or number?