Am 08.05.2020 um 18:04 schrieb F.R.Costa:
Hi all!
I have a very simple question. Is there a way of saving strings into a
session file? I have a very long script that I split in parts. At the
beginning of the script I have a few strings used to set things. If I
save a session, scalars and series are preserved and may be reused, but
that's not the case with strings.
I can just copy the strings part from the script and re-run. Is there
any other way?
I don't think you can save the strings directly, but you could wrap them
in a bundle, because those are saved in the session view.
cheers
sven