I am converting some code from Access vba to Visual Studio 2010. In Access VBA i used the LSet and RSet functions to right/left align a string when it was written to the database. But I get an error on those lines when I attempt it in VS 2010. What is the
equivalent command for VS 2010? Thanks.
Which is the target language for this conversion? VB or C#?
Also, as far as I know, both LSet and RSet function take two required parameters. I doubt that the vba code you provided can work properly.
Thanks.
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.