/
Forside
/
Teknologi
/
Udvikling
/
ASP
/
Nyhedsindlæg
Login
Brugernavn
*
Kodeord
*
Husk mig
Brugerservice
Kom godt i gang
Bliv medlem
Seneste indlæg
Stil et spørgsmål
Skriv et tip
Pointsystemet
Kontakt Kandu.dk
Emnevisning
Kategorier
Alfabetisk
Karriere
Interesser
Teknologi
Reklame
Top 10 brugere
ASP
#
Navn
Point
1
smorch
9259
2
Harlekin
1866
3
molokyle
1040
4
Steffanst..
758
5
gibson
560
6
cumano
530
7
MouseKeep..
480
8
Random
410
9
strarup
370
10
Dysmorf
370
Reading one character from a string
Fra :
Deforgel
Dato :
09-05-01 19:57
I have a variable string and I need to read a specific character at a specific
spot in the string and the spot in the string is always the same.
Example;
given the string "DOG"
characterat(0) = D
characterat(1) = O
characterat(2) = G
Any ideas would be appreciated. I tried using java but it need to be done
automatically without the user clicking anything.
Deforgel@aol.com
Jens Lykke Brandt (
09-05-2001
)
Kommentar
Fra :
Jens Lykke Brandt
Dato :
09-05-01 23:45
Try using:
Mid(string, start, length)
Mid("DOG", 1, 1) gives D
Mid("DOG", 3, 1) gives G
/Jens Brandt
"Deforgel" <deforgel@aol.com> wrote in message
news:20010509145728.25851.00005019@ng-mq1.aol.com...
> I have a variable string and I need to read a specific character at a
specific
> spot in the string and the spot in the string is always the same.
>
> Example;
>
> given the string "DOG"
> characterat(0) = D
> characterat(1) = O
> characterat(2) = G
>
> Any ideas would be appreciated. I tried using java but it need to be done
> automatically without the user clicking anything.
>
> Deforgel@aol.com
Søg
Alle emner
Teknologi
Udvikling
ASP
Indstillinger
Spørgsmål
Tips
Usenet
Reklame
Statistik
Spørgsmål :
177822
Tips :
31980
Nyheder :
719565
Indlæg :
6410986
Brugere :
218912
Månedens bedste
Årets bedste
Sidste års bedste
Copyright © 2000-2026 kandu.dk. Alle rettigheder forbeholdes.