I'm curious how I might be able to print greek letters and math symbols via JSL output. I'm writing a script and would like the output to be formated more elegantly. The Scripting Guide says that JMP has support for it, but provides no details on how to call the letters. I have tried passing Unicode characters (both HTML versions i.e. α and hexadecimal versions 03B1) and XML entries from SAS to no avail. I've been doing this inside quotations, i.e., "03B1 = 0.05" and outside, i.e., Concat(03B1," = 0.05"). Yet, no dice.
Does anyone know how to do this? Thank you!