OVH Cloud OVH Cloud

A propos d'1 ReDim ???

2 réponses
Avatar
X
Bonjour,

Un ReDim, par exemple sur un byte, fait-on ???

Dim x() as z
ReDim x(y) as z

OU

Dim x()
ReDim x(y) as z

OU

Dim x() as z
ReDim x(y)

En d'autres termes, ou, comment doit être typée la variable ???

--
Merci beaucoup, au revoir et à bientôt :o)
------
Site logiciels
http://irolog.free.fr
Mail
http://irolog.free.fr/ecrire/index.htm
Site perso
http://irolog.free.fr/joe/index.htm
Principe d'utilisation des news Groups
http://support.microsoft.com/directory/worldwide/fr/newsgroup/regles.htm
------------------------------------------------------------------------------------

2 réponses

Avatar
Driss HANIB
Dim x() as z
ReDim x(y)
Avatar
X
merci camarade syndiqué :o)

--
Merci beaucoup, au revoir et à bientôt :o)
------
Site logiciels
http://irolog.free.fr
Mail
http://irolog.free.fr/ecrire/index.htm
Site perso
http://irolog.free.fr/joe/index.htm
Principe d'utilisation des news Groups
http://support.microsoft.com/directory/worldwide/fr/newsgroup/regles.htm
------------------------------------------------------------------------------------
"Driss HANIB" a écrit dans le message de news:


Dim x() as z
ReDim x(y)