Hi
I couldn’t find any actionable macro example nor tutorial.
What I need to create is to be able to read filename from column as parameters.
-How do I pass parameters i.e. column references to function/macro?
Next step is to load that file.
-How to use parameter value (string) as a filepath and to load a file?
Third step is to search a line from the file starting with predefined string and return it.
-How to turn regexp on file content?
Fourth step would be splitting this line by character =
-How to split s string?
Fifth and final step is to return splitted string’s 2nd value.
-How to return a value?