![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
There is an extra space between textbox and 1.
Try: Code:
a=strinsert(textbox1.Text,8,";") & strinsert(textbox1.text,32,";") If you want to add these two characters, you need: Code:
a = StrInsert(StrInsert(TextBox1.Text,8,";"),33,";") |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parallel Processing / Multi-Threading questions | TWELVE | Questions & Help Needed | 7 | 04-29-2008 12:40 PM |
| toolbar and multi form | giannimaione | Share Your Creations | 2 | 01-18-2008 05:11 PM |
| Multi-tab forms | Rioven | Questions & Help Needed | 6 | 06-11-2007 04:49 AM |