Jump to content


Photo

Padrões De Postagem


  • Faça o login para participar
1 reply to this topic

#1 Balala

Balala

    What you want for yourself?

  • Ex-Admins
  • 3357 posts
  • Sexo:Não informado
  • Localidade:Jaraguá do Sul - SC
  • Interesses:http://forum.wmonline.com.br/index.php?showtopic=5792

Posted 16/06/2005, 15:58

Segue abaixo um exemplo de como deve ser seguido como padrão para demais Scripts postados aqui:

========================================

Título: Contagem de Caracteres
Descrição: Faz a contagem de quantas vezes que uma string contém em outra.
---------------------------------------------------------

Linguagem: VB.NET Web/WindowsForms
Sintaxe: CharCount(strValue As String, strSearch As String[, ignoreCase As Boolean = False])
Retorno: Integer
Descrição: A função procura pela string strSearch em strValue. Caso o booleano ignoreCase esteja True, converte as strings para minusculo para não diferenciar o maisuculo de minusculo.
Classes: System.String
Limitações: .NET Framework v1.1

Função:
Public Function CharCount(strValue As String, strSearch As String, Optional ignoreCase As Boolean = False) As Integer
  Dim iCount As Integer = 0 
  Dim iPos As Integer = -1   

  If ignoreCase Then 
     strValue = strValue.ToLower 
     strSearch = strSearch.ToLower 
  End If

  Do
     iPos = strValue.indexOf(strSearch, iPos + 1)
     If iPos > -1 Then 
        iCount += 1
     End If
  Loop While iPos > -1

  Return iCount
End Function

========================================

Código inserido entre as TAGs [ CODE ] e [ /CODE ].

Qualquer dúvida sobre os padrões podem ser postadas nesse tópico. Obrigado a todos ;)

Edição feita por: felipecm, 25/06/2005, 11:33.

Balala - Admin Geral Webfórum - Retired
Twitter
Stop Spreading Lies!
Posted Image

#2 RonsisM

RonsisM

    Super Veterano

  • Usuários
  • 15724 posts
  • Sexo:Masculino
  • Localidade:Plovdiv

Posted 17/09/2017, 19:17

Cialis Wirkung Erfahrungen cialis Cialis Tolerancia Buy Biodramina On Line Achat Clomid En France Comprar Cialis 20 Mg cialis buy online Cephalexin Protocol Free Full Text Journal
Propecia Drug 5mg cialis Order Neurontine Overnight Viagra Im Internet Ecoval Cream For Sale Us Pflanzliches Viagra Horn Kapseln Propecia Arginina cialis Cialis Generico Oferta




0 user(s) are reading this topic

0 membro(s), 0 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq