| Summary: | NullValueException when using StrLib.clip | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Brian Svihovec <svihovec> |
| Component: | EDT | Assignee: | Scott Greer <greer> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | greer |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | 358329 | ||
| Bug Blocks: | |||
This affects the Rich UI Technical Sample. Fixed by adding support for overloaded functions (https://bugs.eclipse.org/bugs/show_bug.cgi?id=358329) and re-generating StrLib.egl; note that any EGL parts that call these overloaded functions in StrLib will also need to be re-generated. Closing this defect. |
Run the following RUIHandler: handler Test type RUIhandler {initialUI = [ ],onConstructionFunction = start, cssFile="css/RUIP1.css", title="Test"} function start() var1 String = "abc"; SysLib.writestdout(StrLib.clip(var1)); end end The value printed at runtime is "null".