Code: Select all
a.i = 1 : b.f = 2.0 : c.s = "astring"
Debug " a,b,c = " + a + b + c + "A mixed-type Debug list is something I use often. Now if only there were an option for an automatic separator. "
Debug " a,b,c = "+a+", "+b+", "+c+", "+" Making lazy programmers add a space or comma between variables is cruel. "