Hello, team
It was not clear in the documentation if it is possible to load c# assemblies from different directories in run time.
For example, I have a local PB application running on user's C drive and I wish it to load different assemblies from different locations (So, IT would be able to only change parts of the application when required, instead of upgrading the whole 500MB package).
Thank you
Arcady
PowerScript: Function is Pos(...); String is 1-indexed; and return 0 = "not found".
C# code: Function = s.IndexOf(...); String is 0-indexed; and return -1 = "not found".
Or you could add Pos(...) as extension function to String type but watch out for performance in such case.
A new NuGet library is provided: PowerScript.Bridge. It provides pure C# implementation of various non-visual PowerScript constructs to accelerate migrating PowerScript to C#.
Refer to: https://docs.appeon.com/appeon_online_help/snapdevelop2019r2/Features_List/index.html
A tutorial about Using PowerScript Migrator:
https://docs.appeon.com/appeon_online_help/powerscriptmigrator2019r2/Working_with_PowerScript_Migrator/index.html
Regards, Logan