Community
Participate
Working Groups
Unlike RBD, EDT should allow variables and parameters of type decimal with no length. An example is below. The same goes for the 'number' type. It's a real type in EDT, not something to only allow as a function parameter as in RBD. package eglx.lang; import egl.lang.NativeType; externalType StrLib type NativeType // ... other functions removed ... static function format(decValue decimal in, pattern string in) returns (string); end
This appears to have been fixed. Huzzah!
Yippee.