Ver Mensaje Individual
  #8 (permalink)  
Antiguo 07/06/2010, 16:09
Avatar de TxT
TxT
 
Fecha de Ingreso: junio-2008
Ubicación: Canada
Mensajes: 272
Antigüedad: 15 años, 10 meses
Puntos: 2
Respuesta: Explode() en VisualBasic?

Cita:
Error 1 'Public Property Left() As Integer' has no parameters and its return type cannot be indexed. C:\Users\***\Documents\Visual Studio 2008\Projects\myBrowser\Form1.vb
Cita:
Error 2 Type character '$' does not match declared data type 'Integer'. C:\Users\***\Documents\Visual Studio 2008\Projects\myBrowser\Form1.vb

Me salen estos dos errores :S

El codigo que agregue fue:

Dim Datos As String
Datos = ComboBox1.Text
If Left$(Datos, 7) <> "http://" Then Datos = "http://" & Datos

el error me lo da en Left$
__________________
<?PHP if( nuevo() ) {
echo 'Bienvenid@ a ForosDelWeb, seguro que tus dudas seran bien respondidas y que tu ayuda sera bien agradecida.';
} ?>

Última edición por TxT; 07/06/2010 a las 16:18