Hi, i need input a MAC number. Hex number
Example: 10-AB-FF-40-50-60
I need use the StringRegExpReplace.
From another trhead:
***
StringRegExpReplace($s_Text, "(-|^)([^\-]{" & $iMinChars & "})([^\-])", "\1\2-\3")
****
Hi, i need input a MAC number. Hex number
Example: 10-AB-FF-40-50-60
I need use the StringRegExpReplace.
From another trhead:
***
StringRegExpReplace($s_Text, "(-|^)([^\-]{" & $iMinChars & "})([^\-])", "\1\2-\3")
****