Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function fix(inf: text, type: number) :: number:
- set {_infa::*} to split {_inf} by "e"
- set {_infa::%{_type}%} to "%{_infa::%{_type}%}%" parsed as a number
- return {_infa::%{_type}%}
- on load:
- set {_aa} to "1e400"
- broadcast "%fix({_aa}, 2)%"
Advertisement
Add Comment
Please, Sign In to add comment