Hello,
I'm a beginner, maybe for you this is a no-problem.
I'd like to read information but if position doesn't exist the complier return me an error
Value1 = File.ReadString(File.DirInternal, "Text")
Value2 = File.ReadString(File.DirInternal, "Text2")
Is it possible initialize to read information before write them?
I'm a beginner, maybe for you this is a no-problem.
I'd like to read information but if position doesn't exist the complier return me an error
Value1 = File.ReadString(File.DirInternal, "Text")
Value2 = File.ReadString(File.DirInternal, "Text2")
Is it possible initialize to read information before write them?