When I run the following:
left({_v_kap.cpudesc}, (instr({_v_kap.cpudesc},",") ))
the function outputs : ¤¤Y¤ and other variations
however if I just run
left({_v_kap.cpudesc}, 48)
it returns the string correctly up to character 48 and if I just run
instr({_v_kap.cpudesc},",")
it returns 48
If I combine them, shouldn't this work? any ideas? thanks in advance