rgb var tb() as string var s as string tb.append("aaa") s = tb[0][0] # TypeMistmatchException when running prog