I am trying to return a string type from a PAC function, however the documentation says it is possible but I am getting Error C120 with the following code when it compiles:- function SceneSelect : string; begin SceneSelect := 'test scene'; end; if string types cannot be returned from a function can anybody help me with the syntax to return an array of char? Regards