Custom Page Atributes in HEX format issue
Permalink
I've create several custom page attributes and they all work correctly based on their assigned parameter types (i.e. text, number), except for one. I want this attribute to be a binary mask and I've created this attribute as a number type. When I enter a hex value representing the mask (i.e. 0xFF30 ) the parameter gets stored as a zero. Does another know if C5 follows PHP conventions that allow a numeric value to be in HEX format.
i.e. <?php $mask = 0xFF30; ?>
Thanks
i.e. <?php $mask = 0xFF30; ?>
Thanks