| Summary: | Get cannot be resolved message on asNumber and asString | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | pharmon |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
broy2
I am not sure where this came from? Is there a document that says that String should have a asNumber() function and BigInt should have an asString()? I think the proper way to do this is: myNumber = myString as Number; myString = myBigInt as String; OK. I didn't know how to read the EString code. OK. |