martinbrait


Member since 07/29/2019

Name: martin brait

Location: France

26 snippets

6675 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet moderator:report more than 3 snippets

martinbrait's Recent Snippets



« Prev 1 Next »
convert numbers to letters Ce module permet de convertir un chiffre entier de 0 à 99999999999999. La méthode utilisée est la décomposition du chiffre par récursivité. nous divisons le chiffre par les éléments suivant : 10^9 (milliard) 10^6 (...
0 6147 posted 5 years ago by martinbrait
list all the files in a directory
0 1778 posted 5 years ago by martinbrait
convert numbers to letters (french) V2
0 1845 posted 5 years ago by martinbrait
convert numbers to text (french) V1
0 2400 posted 5 years ago by martinbrait
count the number of files in a directory
0 2134 posted 5 years ago by martinbrait
count the number of folders in a directory
0 1555 posted 5 years ago by martinbrait
count the folders and subfolders of a directory
0 1742 posted 5 years ago by martinbrait
list files from directory and subdirectory into a table 'On déclare une arraylist qui contiendra tous les fichiers
0 3068 posted 5 years ago by martinbrait
How to create, copy, move, delete a file? Pour créer, copier, déplacer ou supprimer un fichier, on utilise la classe System.IO.File
0 1216 posted 5 years ago by martinbrait
Read a file with the file function
0 1355 posted 5 years ago by martinbrait
read the first line of text of a file on the server To read the first line of text in your file: The fgets () function retrieves the first 4096 characters from the first line of your file.
0 1485 posted 5 years ago by martinbrait
How to list directories and subdirectories in an excel sheet ?
0 4684 posted 5 years ago by martinbrait
How to list files in directories and subdirectories ?
0 1759 posted 5 years ago by martinbrait
How to list files, with details, in an excel sheet
0 1500 posted 5 years ago by martinbrait
How to list recursively files, in an excel sheet ?
0 1340 posted 5 years ago by martinbrait
How to list files from a directory ?
0 1380 posted 5 years ago by martinbrait
rechercher une valeur dans une variable tableau (Array) en VBA Find some value into an array
0 2059 posted 5 years ago by martinbrait
List of access database queries Pour tester, ouvre la fenêtre de Debug (CTRL G), et tapes-y 'ListeRequetes' et appuye sur la touche [Entrée].
0 1404 posted 5 years ago by martinbrait
List only certain files in a folder with PHP Lists only certain files extensions as links on a page from a defined folder
0 1407 posted 5 years ago by martinbrait
php list all files of a given directory
0 1296 posted 5 years ago by martinbrait
php selection list of french departments
0 1527 posted 5 years ago by martinbrait
php list files and directories beginning with .... 1 paramètre d'entrée
0 1418 posted 5 years ago by martinbrait
How to populate an array with recordset data
0 1386 posted 5 years ago by martinbrait
Le code suivant vous permet de copier un fichier (par exemple un document Word ou un PDF) dans une archive existante. Cela implique que le fichier original sera ajouté à l'archive mais restera également dans sa forme originale (non-compressée) à l'en...
0 1215 posted 5 years ago by martinbrait
Il suffit d'indiquer le nom du fichier à archiver et le nom de l'archive. Par défaut, si l'archive mentionné existe déjà, la macro va l'effacer avant de le recréer. Archive / compress a file with VBA
0 1397 posted 5 years ago by martinbrait
Comment lister tous les fichiers d'un répertoire dans un fichier excel ? Excel (VBA) list all filenames in a directory mastipro
0 1960 posted 5 years ago by martinbrait
« Prev 1 Next »