python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
VBA Save a Workbook
There is my code where I try to Save a Workbook in a specific place:
Private Sub zouzou()
Nom = Cherche("Z:\3_BASE\WORK\BD\01 - PRODUCTION\" & SE & "\" & Batch &am...
VBA_TRAINING
Votes: 0
Answers: 0
Doesn't save a text file after closing the program
I'm currently stuck on a saving issue. I want to create levels for a game and I'd like to build and modify them in a pygame program, then save them in the form of a string in a .txt file.
For now, I m...
Benjamin Fachon
Votes: 0
Answers: 1
How to save and play a video file only through the Application in Android
I want to save a number of video files through the application on the mobile so that the user can not open the saved files and the files can only be run through the program and if the user finds the s...

Mohammad Hasan Salmanian
Votes: 0
Answers: 1
How to read a SOD file created with later version of Scilab?
I am using two versions of Scilab : 6.1 and 5.5. (because 6.1 has the fromJSON function)
In 6.1, I save a structure in a SOD file, the format used by Scilab since 5.2.
save('path/to/file.sod', 'variab...
Keith_Maxwell
Votes: 0
Answers: 1