View Issue Details

IDProjectCategoryView StatusLast Update
0000227Gorilla3DFeature Requestpublic2023-08-04 08:10
Reporteradministrator Assigned Toadministrator  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version1.1 
Target Version1.1Fixed in Version1.1 
Summary0000227: Feature: GorillaScript needs the as-operator
DescriptionWe need to implement the "as" operator for tested-explicit typecasts.
We expand the behaviour, compared to Delphi, so we're able to perform explicit typecasts on further simple types, like:

" '123' as Integer"
"123 as String"
"((True as Int32) as String)"
...

Should work for the main simple types: Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64, UInt64, Single, Double, Boolean, Variant
TagsNo tags attached.
Delphi-Version 11.3.0
OpenGLVersionOpenGL 4.3

Activities

administrator

2023-08-04 08:10

administrator   ~0000254

Implemented in Rev. 2730+

Issue History

Date Modified Username Field Change
2023-08-04 08:09 administrator New Issue
2023-08-04 08:09 administrator Status new => assigned
2023-08-04 08:09 administrator Assigned To => administrator
2023-08-04 08:10 administrator Status assigned => resolved
2023-08-04 08:10 administrator Resolution open => fixed
2023-08-04 08:10 administrator Fixed in Version => 1.1
2023-08-04 08:10 administrator Note Added: 0000254