How to return array of string from a function - Delphi Pages Forums

How to return array of string from a function - Delphi Pages Forums

瀏覽:1054
日期:2025-11-18
How can i return an array of string. For example: function getString(originalStr: String):array of string ... for i := Low(Result) to High(Result) do...看更多