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 agoWed, April 6, 2022 at 9:25 AM UTCLast active
- 3Replies
- 74Views
-
2
Following