Jump to content
Fórum Script Brasil
  • 0

Ultimo valor vir diferente


flipper

Question

Olá Galera,

Sou novato e não manjo muito. Estou com um problema, queria saber como faço para meu ultimo registro voltar sem a virgula imposta no final teria como??

<%

While ((strRe__numRows <> 0) AND (NOT Recordset_slide.EOF))

Response.Write("[""/Galeria/"&(Recordset_slide("foto").Value)&"""],")

Response.Write(vbnewline)

strRe__index=strRe__index+1

strRe__numRows=strRe__numRows-1

Recordset_slide.MoveNext()

Wend

%>

Queria que me retornasse assim.

["/Galeria/1.jpg"],

["/Galeria/2.jpg"],

["/Galeria/3.jpg"] no ultimo registro sem a virgula

Aguardo

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

na verdade existe vários metodos ...

1- usar left para cortar a virgula do final;

2- o loop do banco de dados ser feito com um for usando o valor máximo como o numero de registros

3- um if dentro do loop comparando com o numero de registros

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...