P
pkirk25
I have a file with roughly 1000 lines that I cannot allow the user to
read but which I want to use in my project.
I thought I could copy it into one huge string variable but that won't
work because of the line breaks.
Is there a way to enclos ethis data in 1 huge variable that tehn gets
compiled into the exutable?
read but which I want to use in my project.
I thought I could copy it into one huge string variable but that won't
work because of the line breaks.
Is there a way to enclos ethis data in 1 huge variable that tehn gets
compiled into the exutable?