Hello,
I would like to state that I sincerely appreciate the quick and helpful responses I have been getting from this forum to make my journey learning this language easier.
Is it possible to create a function that looks for variable of int and returns them in a string.
For instance
Hello, x, y: integer;
I would like a function that could return the following string:
<<'Hello,x,y">>
Basically what I want to do is when I run the console project, I want to be able to display the variable names
Christine