LEFT/de

(Difference between revisions)
Jump to: navigation, search
m (1 revision)
((**COPIED FROM ENGLISH PAGE**) =)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Return the specified number of leftmost characters in a string.
+
Gibt die linkesten Zeichen einer Zeichenkette zurück. Anzahl: number.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Revision as of 01:31, 25 February 2013

Contents

Funktion

Gibt die linkesten Zeichen einer Zeichenkette zurück. Anzahl: number.

 

 

Syntax

var = LEFT(var1 , n)

 

 

Remarks

Var

The string that is assigned.

Var1

The source string.

n

The number of characters to get from the source string.

 

 

See also

RIGHT , MID

 

 

Partial Example


Dim S As String * 15 , Z As String * 15
S ="ABCDEFG"
Z = Left(s , 5)
Print Z 'ABCDE
Z = Right(s , 3) : Print Z
Z = Mid(s , 2 , 3) : Print Z
End

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language