-
How can i store the contents of a string variable to a text file ?
-
How can i search in a string variable for specific text for example find if the word book is in the string?
How can i store the contents of a string variable to a text file
Share
To save the file to text you can do:
To Search for something in the string:
If position equals -1 then what you are searching for isn’t there.