How To create fixed column formatting

G

Guest

Dear Colleagues

I am trying to create a field with a fixed column format.

In VB6 I would:

Dim Field1 as string * 2
Dim Field2 as string * 4
Dim Field3 as string * 2

for a field with fixed column, 8 chars in width.

How do I do this in VB.NET 2003??
 
T

tomb

Do you not have online help with your version?

VBFixedString(15)> Public FirstName As String

Tom
 
G

Guest

Tomb

Yes, I searched the help and didn't find the answer. Anyway, thanks for
your post.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top