Hola a todos, estoy haciendo un sistema de mensajeria de ivr, pero cuando declaro la siguiente funcion:
MontoDeuda = (Mid(Lector("Cuota_Vencida"), 1, InStr(Lector("Cuota_Vencida"), ",") - 1) + "," + Mid(Lector("Cuota_Vencida"), InStr(Lector("Cuota_Vencida"), ",") + 1, 2)).ToString
me da el siguiente error al ejecutarla:
El valor del argumento 'Length' debe ser mayor o igual que cero
Podrian ayudarme.
Gracias de Antemano.