CommandHelper

CommandHelper

46.5k Downloads

Incorrect CastException message for integer()

KanoAlgiz opened this issue · 0 comments

commented
@var = 'lol'
console(integer(@var))

изображение

For some reason message says that procedure expected a double but it clearly accepts ints or valid strings too.