How would I go about running a character test.
Ex. The user enters in a number in an item field, all items have a code and the code is associated by the item number (ex. sport items have a 5 digit number, clothing has a 6)
How can I run a character test that will do something like below.
IF This.value = ****
Thisform.Department = "Sport"
ENDIF
The code I can do I just dont know how to run the character test in foxpro. Thank you guys
Ex. The user enters in a number in an item field, all items have a code and the code is associated by the item number (ex. sport items have a 5 digit number, clothing has a 6)
How can I run a character test that will do something like below.
IF This.value = ****
Thisform.Department = "Sport"
ENDIF
The code I can do I just dont know how to run the character test in foxpro. Thank you guys