Book a Demo

Author Topic: VB uses Friend not Protected  (Read 7221 times)

swells

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • Really Penfold!
    • View Profile
VB uses Friend not Protected
« on: February 05, 2002, 12:41:52 pm »
When defining the scope for properties and operations for VB output it only asks for public, protected, private scope. Whilst VB supports this concept it actually uses the Friend keyword for Protected.

Is there any way to amend the application to show/use Friend instead for VB output.

sparks

  • EA Administrator
  • EA User
  • *****
  • Posts: 691
  • Karma: +4/-2
    • View Profile
Re: VB uses Friend not Protected
« Reply #1 on: February 07, 2002, 03:36:04 am »
Hello,

When you say VB are you referring to VB.Net?  I have checked the syntax for both VB and VB.Net, VB.Net supports both Protected and Friend, yet VB seems to only support protected.  We will add the additional scope definitions (for friend, protectedfriend) to VB.Net soon to EA.  Thanks for the feedback.

regards,
 Paul Mathers

swells

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • Really Penfold!
    • View Profile
Re: VB uses Friend not Protected
« Reply #2 on: February 07, 2002, 11:14:57 am »
I was indeed referring to VB6 - I noticed that a code import retained the Friend keyword when re-output - but not made availabily in the dialogs.