| Issue 192: | ‘class String’ has no member named ‘substring’ | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Tested with haxe r5210, hxcpp r558. class Test { public static function main():Void { trace("123".substring(1,2)); //should output 2, but: ./src/Test.cpp:32: error: ‘class String’ has no member named ‘substring’ } }
Aug 1, 2012
Project Member
#1
gameh...@gmail.com
Status:
WontFix
Aug 1, 2012
But substring is added to the haxe some time ago. See: http://haxe.org/api/string https://code.google.com/p/haxe/issues/detail?id=751
Aug 1, 2012
I did not expect that.
Status:
Accepted
Dec 12, 2012
It seems this has been added.
Status:
Done
|