Message "RenPluggyOutput Stage 10 test 1"SetString RenPluggyOutput.outputfile "RGODebug\RGODebugFile.txt"Message "RenPluggyOutput Stage 10 test 2"StringMsg RenPluggyOutput.outputfile 1StringLen RenPluggyOutput.outputstring 0Message "RenPluggyOutput Stage 10 test 3"StringCat RenPluggyOutput.outputstring -9001 -32 RenPluggyOutput.string1 RenPluggyOutput.string2 RenPluggyOutput.string3 RenPluggyOutput.string4 RenPluggyOutput.string5 RenPluggyOutput.string6 RenPluggyOutput.string7 RenPluggyOutput.string8 RenPluggyOutput.string9 RenPluggyOutput.string10Message "RenPluggyOutput Stage 10 test 4"StringToTxtFile RenPluggyOutput.outputfile RenPluggyOutput.outputstring 1 Message "RenPluggyOutput Stage 10 test 5"StringMsg RenPluggyOutput.outputstring 1StringMsg RenPluggyOutput.string1 1Message "RenPluggyOutput Stage 10 test 6"SetStage RenPluggyOutput 5There is no output to the file, nor is there any message in the console or in a Message for the StringMsg RenPluggyOutput.outputstring 1 line (but the line with string1 outputs just fine). All the other Messages display properly (as one would expect). All the strings are created using CreateString -1 and set using SetString in separate scripts. Might you have any advice as to what I am doing wrong here? Or do Pluggy functions simply not work in result scripts?