If Right(@s_path_out, 1) = '\'
@s_path_out = substring(@s_path_out, 1, Len(@s_path_out)-1)
@s_path_out = @s_path_out --& "_Temp\"
Que estoy haciendo mal?? espero orientacion! gracias, estoy por aca, besitos!!

| |||
Substring y len Hola, estoy armando la siguiente cadena pero se ve que tengo un error,me ayudan?? pleaseeee If Right(@s_path_out, 1) = '\' @s_path_out = substring(@s_path_out, 1, Len(@s_path_out)-1) @s_path_out = @s_path_out --& "_Temp\" Que estoy haciendo mal?? espero orientacion! gracias, estoy por aca, besitos!! ![]() |