Voting

: max(three, zero)?
(Example: nine)

The Note You're Voting On

Danilo
22 years ago
>> chunk_split will also add the break _after_ the last occurence.

this should be not the problem 

substr(chunk_split('FF99FF', 2, ':'),0,8);
will return FF:99:FF

<< Back to user notes page

To Top