Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntex-Typedef equivalent
Message
From
25/08/2000 11:58:54
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00408915
Message ID:
00409277
Views:
21
Hi Chad,

this is to define a structure. but here i don't want to define the
structure. below i am trying to explain the typedef(of C)--

The typedef keyword defines a synonym for the specified type-declaration.
The identifier in the type-declaration becomes another name for the type,
instead of naming an instance of the type.

so if i define
typedef int myint

then where ever i need to take any variable as "int" i can take "myint"
instead.
is this type of functionality available in VB

Thanks for ur help.
...ashish
Previous
Reply
Map
View

Click here to load this message in the networking platform