LOTUSSCRIPT LANGUAGE
Example: Left function
' Assign the leftmost 2 characters in "ABC".
Dim subString As String
subString$ = Left$("ABC", 2)
Print subString$ ' Output: "AB"
Véase también
Left function
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto?
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario