Good night, I have the following line of code: TextWriter1.Initialize (File.OpenOutput (File.DirDefaultExternal, "catcher.txt", False))
I want to do the following, I have the following variable (Dim lbl_chamaIMEI As Label), I put in this variable the IMEI of the device, how do I play the variable in the line of code (TextWriter1.Initialize (File.OpenOutput (File.DirDefaultExternal, "lbl_chamaMEI" , False))
I need to create a .txt file with the name of the variable (lbl_chamaIMEI)
Does anyone have an example to send me ??
I want to do the following, I have the following variable (Dim lbl_chamaIMEI As Label), I put in this variable the IMEI of the device, how do I play the variable in the line of code (TextWriter1.Initialize (File.OpenOutput (File.DirDefaultExternal, "lbl_chamaMEI" , False))
I need to create a .txt file with the name of the variable (lbl_chamaIMEI)
Does anyone have an example to send me ??