If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Add "space" to make it As 16 character

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-18-03, 23:29
seasean65 seasean65 is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Talking Add "space" to make it As 16 character

Currently i'm doing the form the need to type in the NAME in the text box but have to be in 16 long. But if the user just key in less than 16 character then i need to add space in it to make it long enough as 16.

A = Len(Text2.Text) / 2
If A <> 16 Then
...................................
Text2.SetFocus
Else
...............


Would somebody kind to help what should i need to do to addspace to name that not long enogh as 16 character.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On