SCAR Code:
program New;
begin
SaveSetting('myscript','mytext','Lolololollo hahahhhaha muhahahah loll hahah hehhehehe hahahahh lalallala hiiihhhh hehehhehehee!')
Writeln(LoadSetting('myscript','mytext'))
SaveSetting('section1','setting1','Lol!')
SaveSetting('section1','setting2','Haha!')
Writeln('setting 1: '+LoadSetting('section1','setting1'))
Writeln('setting 2: '+LoadSetting('section1','setting2'))
end.
Look at this, if you want to load that text, you must add LoadSetting and for section put same as in savesetting and for setting put same as in save setting, then it loads the string from memory.