Comment transformer une variable string
en variable widechar
Avez-vous la syntaxe
Merci
Comment transformer une variable string
en variable widechar
Avez-vous la syntaxe
Merci
Salut
StringToWideChar peut-être ?
@+
Ok , c'est bien ca
merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 nf1,nf2 : string; an1,an2 : array[0..255] of widechar; wa1,wa2 : pwidechar; ecrit : longbool; begin nf1:='\Application\Agt\Entree1.txt'; nf2:='D:\Gestio_Parc\Demang\Codebarre\Entree1.txt'; wa1:=stringtowidechar(nf1,an1,255); wa2:=stringtowidechar(nf2,an2,255);
Salut,
Un petitalors?
![]()
Bonjour,
je profite de ce post pour faire une sous-question:
comment transformer un string en ansichar ??
Merci
Partager