Sigal Laniado
October 21st, 1999, 03:29 AM
newbie question:
How can i extract the the first two letters in a string?
How can i extract the the first two letters in a string?
|
Click to See Complete Forum and Search --> : String Question Sigal Laniado October 21st, 1999, 03:29 AM newbie question: How can i extract the the first two letters in a string? Ravi Kiran October 21st, 1999, 03:36 AM with Left$(string,2) RK Eis October 21st, 1999, 03:42 AM Dim text, text2 as string ... text2 = Left(text, 2) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |