Hello
Is there a quick and easy command that returns the number of times a specific character appears
i.e. select unknowncommand('*','1*2*3')
returns 2 for 2 *
I want to compare a number of fields which use * as a delimiter and make sure they all have the same number of delimited entries
i.e. OrdNo Quantity Value
1*2*3 20*30*40 1*50*100 ok
1*2 30*50 350 not ok
Thanks
Damian
Is there a quick and easy command that returns the number of times a specific character appears
i.e. select unknowncommand('*','1*2*3')
returns 2 for 2 *
I want to compare a number of fields which use * as a delimiter and make sure they all have the same number of delimited entries
i.e. OrdNo Quantity Value
1*2*3 20*30*40 1*50*100 ok
1*2 30*50 350 not ok
Thanks
Damian