Answered by:
trim$

Question
-
I'm writing a spell checker in visual basic 6. one of the lines of code is:
variable = trim$(textbox.text)
when i look in my MSDN 2001 trim$ is there but it seems that I cannot use it.
It is like if I code a command with the value = false
- Moved by Kalman Toth Friday, July 25, 2014 5:42 PM Not SQL
Friday, July 25, 2014 3:31 PM
Answers
-
This forum is for VB.NET only, not for VB 6. Please post in the appropriate forum.
Solitaire
- Proposed as answer by Frank L. Smith Friday, July 25, 2014 9:18 PM
- Marked as answer by KareninstructorMVP Friday, July 25, 2014 10:13 PM
Friday, July 25, 2014 8:12 PM
All replies
-
I'm writing a spell checker in visual basic 6. one of the lines of code is:
variable = trim$(textbox.text)
when i look in my MSDN 2001 trim$ is there but it seems that I cannot use it.
It is like if I code a command with the value = false
Hi
What do you mean by "my MSDN" ?
MSDN is not an application as much as I know, what are using when you do what you talk about?
[Personal Site] [Blog] [Facebook]
Friday, July 25, 2014 3:54 PM -
This forum is for VB.NET only, not for VB 6. Please post in the appropriate forum.
Solitaire
- Proposed as answer by Frank L. Smith Friday, July 25, 2014 9:18 PM
- Marked as answer by KareninstructorMVP Friday, July 25, 2014 10:13 PM
Friday, July 25, 2014 8:12 PM -
Hello,
For VB6 questions the best place to ask is on VBForums under the VB6 section. There are other resources here on MSDN.
Where ever you decide to ask your question please make sure to be clear in regards to "MSDN 2001 trim$" as this does not tell anyone anything, Good luck.
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.
Friday, July 25, 2014 10:16 PM