I have used the Formula in Testing,
public double MyFunc()
{
return EncodeAscii(Cnl == 2 ? “1234567890” : “I need 20 Letters”);
but only get the first 8 Numbers in the output to a Table. ie 12345678 and not the Full word (1234567890), why would this happen..?
Electrician by trade and new to coding, Thanks in advance.