Hexadecimal Tres urgent

Nic.C - 25 mars 2000 à 06:26
cs_EBArtSoft Messages postés 4525 Date d'inscription dimanche 29 septembre 2002 Statut Modérateur Dernière intervention 22 avril 2019 - 6 juin 2005 à 13:59
Comment fait t'on un editeur hexa tous simple

1 réponse

cs_EBArtSoft Messages postés 4525 Date d'inscription dimanche 29 septembre 2002 Statut Modérateur Dernière intervention 22 avril 2019 9
6 juin 2005 à 13:59
On ouvre le fichier et on affiche les donnée au format hexadecimal ex :

Open "c:\monfichier.txt" for binaty as #1
redim data(lof(1)-1)
get #1,,data
close #1

for i =0 to ubound(data)
debug.print hex(data(i))
next

@+


E.B.
0
Rejoignez-nous