View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000227 | Gorilla3D | Feature Request | public | 2023-08-04 08:09 | 2023-08-04 08:10 |
| Reporter | administrator | Assigned To | administrator | ||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.1 | ||||
| Target Version | 1.1 | Fixed in Version | 1.1 | ||
| Summary | 0000227: Feature: GorillaScript needs the as-operator | ||||
| Description | We 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 | ||||
| Tags | No tags attached. | ||||
| Delphi-Version | 11.3.0 | ||||
| OpenGLVersion | OpenGL 4.3 | ||||
| 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 |