; dxStringWidth/Height Example a$="Hello Shane!" dxPrint "A$=" + a$ dxPrint "This string is "+ dxStringWidth(a$) + " pixels wide and" dxPrint "it is " + dxStringHeight(a$) + " tall, based on the current font!"