QUESTIONS About: File.WriteList(FilePath, FileName, MyList)

margret

Well-Known Member
Licensed User
Longtime User
Hello, I need to know some details about the following command:

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
 
Top