Issue report by Aaron Ewerdt
Product
FileMaker ServerVersion
13.0.1Operating system version
Windows Server 2008 R2Description of the issue
Text formatting functions not being applied (or not being returned in the Exit Script result). If I perform the script on the client (FileMaker Pro or FileMaker Go), the formatting is applied and returned correctly. If the script is ran using PSOS, then no formatting is applied.Steps to reproduce the problem
PSOS- Set Variable [ $var; Value: TextColor ( fieldName ; RGB ( 60 ; 60 ; 60 ) )] or [ TextStyleAdd ( fieldName ; Italic ) ]
- Exit Script [ Result: $var ]