Page MenuHomeFeedback Tracker

ToAscii function isn't working
Assigned, UrgentPublic

Description

Hello, tried to run

M".ToAscii( "M" )

and it's returning 0.

Maybe you should remove parameter of string, and fix the issue of not returning a good value, but always 0

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
int test = M".ToAscii( "M" );
Print("ascii test : " + test);

Event Timeline

NiiRoZz created this task.Aug 19 2019, 3:04 PM
NiiRoZz renamed this task from ToAscii function doesn't working to ToAscii function isn't working.Aug 19 2019, 3:07 PM
Geez changed the task status from New to Assigned.Sep 16 2019, 2:59 PM