For I = 1 TO Len(strText) If Len(HEX(Asc(MID(strText,i,1))) )=1 Then strHexOut = strHexOut & \"0\" & HEX(Asc(MID(strText,i,1))) Else strHexOut = strHexOut & HEX(Asc(MID(strText,i,1))) End If Next
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.