0
ID of a newly (Create 'table name')
How can I extract the ID of the new record created by:
let i := (create 'table name');
3 replies
-
found the answer.
theID := i.(Id)
-
i.id or number(i) will give you the ID
Regards John
-
Thanks John Halls
Content aside
- Status Answered
- 2 yrs agoLast active
- 3Replies
- 66Views
-
2
Following