Login
|
Sign Up
AutoLISP Function Detail
Name:
strlen
Syntax:
(strlen
str1 str2
)
Description:
Returns an integer value representing the number of characters in the string(s).
Example(s):
(strlen "Hello World!")
12
(strlen "Hello" "World!")
11