Visual basic

HWSW Famulus hwsw at famulus.hu
Sat Dec 31 15:27:37 CET 2005


> az előbb rosszul adtam értéket a teszt stringnek. De a hibajelnség
> ugyan az.
>
>  dim teszt as string
>  dim munka as string
>
>  teszt="Hello"
>  munka = teszt.remove(2, 5)
>
>  van valami tipp hogy miért nem müxik az utasítás?
> electroboy                            mailto:electroboy at freeweb.hu

nem igazan latom a strukturadat...
de szrtring szabasra  a mid pl jo

munka=mid(teszt,2,5)


String Manipulation Keyword Summary

      Compare two strings.    StrComp
      Convert strings.           StrConv
      Convert to lowercase or uppercase.      Format, Lcase, Ucase
      Create string of repeating character.          Space, String
      Find length of a string.          Len
      Format a string.           Format
      Justify a string.           LSet, Rset
      Manipulate strings.                 InStr, Left, LTrim, Mid, 
Right,RTrim, Trim
      Set string comparison rules.          Option Compare
      Work with ASCII and ANSI values.         Asc, Chr






More information about the Elektro mailing list