Hello everyone,
Using API, I am trying to find whether character is upper case orlower case in my description.
Here is the scenario. We have a policy to put the description ofthe part as lower case with first letter upper case. However,almost 20% of our descriptions are all upper case. I am thinkingthat I am going to run a program which will go through alldescriptions. It will pick first word from the description. If thatword has all letters upper case, then it records that part number.That way, I will have list of all numbers with upper casedescriptions.
I know some functions like Right, left, LCase, Mid, Len. However, Ican't find any way to check whether character is upper or lowercase.
Thanks,
SolidworksApi macros
Using API, I am trying to find whether character is upper case orlower case in my description.
Here is the scenario. We have a policy to put the description ofthe part as lower case with first letter upper case. However,almost 20% of our descriptions are all upper case. I am thinkingthat I am going to run a program which will go through alldescriptions. It will pick first word from the description. If thatword has all letters upper case, then it records that part number.That way, I will have list of all numbers with upper casedescriptions.
I know some functions like Right, left, LCase, Mid, Len. However, Ican't find any way to check whether character is upper or lowercase.
Thanks,
SolidworksApi macros