Is it possible to access the contents of the Notes in Xojo programmatically?
No. They are not included in the built app.
If you want that, use a Constant.
[quote=448239:@Greg O’Lone]No. They are not included in the built app.
If you want that, use a Constant.[/quote]
You mean copy the whole text into a constant?
that would be it
Or just save it to a text file and drag it into the application. It becomes a constant.