While trying to write my first large application I have started experimenting with library stacks. Some of my functions load data from disk. For a quick and dirty check of what my code has loaded I added a field "debug" to my library stack/card and added a line of code to write the text into the field. However, when run the function throws an error reporting that the field can not be found.
Code: Select all
put c138Fields into field "debug"
I suspect that I have caused the "problem" by only using short names for the field.