User Tools

Site Tools


xrpl:asint

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

xrpl:asint [2019/03/03 16:16] – created Karsten75xrpl:asint [2021/03/24 11:55] (current) – removed Karsten75
Line 1: Line 1:
- 
-=====  asint   ===== 
- 
-^Arguments^Result^Notation^ 
-|value| int| [value- int] | 
- 
- 
-=== Description === 
-Converts an item on the stack to an integer, and pushes it back to the stack.  
- 
-=== Examples === 
-<code>"42" asint ->val  
-</code>