Berserk Docs
Scalar FunctionsType Functions

tolong

Convert the input to a 64-bit integer.

Syntax

tolong(value)

Parameters

Prop

Type

Returns: long

Examples

Example 1

print tolong("793")
print_0 (long)
793

On this page