Search found 16 matches

by Mundekis
Fri Apr 18, 2003 10:44 pm
Forum: General Discussion
Topic: Simple Visual Basic function am I missing something?
Replies: 7
Views: 9762

Simple Visual Basic function am I missing something?

I'm a VB Newbie Windows 2000 Ver 7.2.031 All I want this to do is trim my string. It returns the Value but doesn't want to trim the string. Let>name= Ron VBSTART Function Trimstr(name) Trimstr = Trim("%name%") End Function VBEND VBEval>Trimstr(name),answer MessageModal>%answer%
Sign up to our newsletter for free automation tips, tricks & discounts