DotNet Data Types

I am using OpenEdge 10.2.B and need access to the DotNet Long datatype as well as the Byte array. Is there some documentation somewhere that shows me how to reference those inside Progress?


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Longs in .NET are INT64 in

Longs in .NET are INT64 in OE.

You can reference Byte arrays through System.Byte[] .