question

William Proctor avatar image
0 Likes"
William Proctor asked Joshua S answered

Set a NULL Pointer Value

I have a table that is filled with pointer information (object information). I want to be able to reset one of the table values and a label to a NULL pointer value (seen as 0x0) How do I do this? Thanks!

pointer labelpointer varibale
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joshua S avatar image
0 Likes"
Joshua S answered

You can just set it to 0, 0x0 and 0 are the same. It won't cause issues assigning it a 0, then assigning it to an object again.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.