Thanks for the input.
"David Anton" <DavidAnton@discussions.microsoft.com> wrote in message
news:65F1ABEF-6CB9-4009-8F61-C90624EEE1DD@microsoft.com...
> Forgot which forum I was in....
> In C#, you can do the following:
> using BigInt = System.Int64;
> ...
> BigInt x;
>
> But, as I mentioned, other developers will despise you.
> --
> David Anton
>
www.tangiblesoftwaresolutions.com > Instant C#: VB to C# converter
> Instant VB: C# to VB converter
> C++ to C# Converter: converts C++ to C#
> Instant C++: converts C# or VB to C++/CLI
>
>
> "David Anton" wrote:
>
>> You can use 'Imports' aliases.
>> e.g.,
>> Imports BigInt = System.Int64
>> ...
>> Dim x As BigInt
>>
>> But other developers will hate you since that's not what 'Imports' is
>> intended for.
>> --
>> David Anton
>>
www.tangiblesoftwaresolutions.com >> Instant C#: VB to C# converter
>> Instant VB: C# to VB converter
>> C++ to C# Converter: converts C++ to C#
>> Instant C++: converts C# or VB to C++/CLI
>>
>>
>> "Jonathan Wood" wrote:
>>
>> > I would like some code to use a particular type of variable but have
>> > the
>> > option to change it to another type of variable.
>> >
>> > I assume I can use #define. Any chance there's a replacement for
>> > typedef?
>> >
>> > Thanks.
>> >
>> > --
>> > Jonathan Wood
>> > SoftCircuits Programming
>> >
http://www.softcircuits.com >> >
>> >
>> >