Book a Demo

Author Topic: Parameter formatting in vb/vb.net  (Read 2966 times)

karl

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Parameter formatting in vb/vb.net
« on: June 05, 2002, 11:34:34 pm »
hi,

when i create a class in vbnet from a class diagram, EA always formats something like this:

function(par1 as type1 ,par2 as type2)

is there a way to have the comma (",") follow the "type1" directly, without a leading space, and have the space trailing the comma instead, as follows:

function(par1 as type1, par2 as type2)

(i'm referring to the comma between "type1" and "par2")

i just think it would look better - no biggie though :)

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Parameter formatting in vb/vb.net
« Reply #1 on: June 06, 2002, 05:14:01 am »
Hi,

Yes - I think you are right ... the format as it is looks a bit awkward. I have altered the generator to produce the format you suggest - this change will be in the next update of EA - build 494 - out in a day or so.

Cheers,
Geoff Sparks