Hello, I need to know some details about the following command:
1..Will this command complete it's write function if it is followed by ExitApplication?
2..Does it complete it's write job before the following command is executed, like Dim A As String?
3..Is it per say, Modal or Modeless?
I did not see any Flush option to force a data write. Does it Flush before moving on in the code?
Thanks
B4X:
File.WriteList(FilePath, FileName, MyList)
1..Will this command complete it's write function if it is followed by ExitApplication?
2..Does it complete it's write job before the following command is executed, like Dim A As String?
3..Is it per say, Modal or Modeless?
I did not see any Flush option to force a data write. Does it Flush before moving on in the code?
Thanks