Bonjour,
Réponse de 1/1 :
Il faut arreter de jouer a cache cache !
Réponse de 1/2 :
Parfois, les fichiers ne disent pas ce qu'ils sont...
Code : Tout sélectionner
a$ = "Pwarrwfnoyijse,d cldersl dfrixczhuiuekrpsi snfes jdpifscebnvtq dppaksr vcrei bqvur'xitlasm fsoohnrtt.k.w.k"
For i=1 To Len(a$) Step 2
b$ + Mid(a$,i,1)
Next i
Debug b$
Réponse de 1/3 :
Tous les '.sph' sont a ignorer.
Code : Tout sélectionner
a$ = "Teoobeubqsei itlheemjsrv yk'hp.aesenpukhpu'vb qkszeovwnvxtzz kiars mxitsgwdnicoizrgreojrkb.su"
For i=1 To Len(a$) Step 3
b$ + Mid(a$,i,1)
Next i
Debug b$
Réponse de César (comme taz) :
avant d'utiliser '1er.bmp', il faut lui appliquer une rotation 90° horaire
Code : Tout sélectionner
aa$="cdefghijklmnopqrstuvwxyzab"
bb$="abcdefghijklmnopqrstuvwxyz"
a$ = "cxcpv f'wvknkugt '1gt.dor', kn hcwv nwk crrnkswgt wpg tqvcvkqp 90° jqtcktg"
For i=1 To Len(a$) Step 1
j = FindString(aa$, Mid(a$,i,1), 1)
If j > 0
b$ + Mid(bb$,j,1)
Else
b$ + Mid(a$,i,1)
EndIf
Next i
Debug b$
Avec les images (renommage de certain fichier), j'arrive a trouver :
"
http://xmas.free.fr/" apres c'est "jeu......."
Cordialement,
GallyHC