dim input1 as string

dim output1 as integer

input1 = “AB”  ‘此為Hex 的字串 = 10進位 171

要如何轉為 171 呢

只要前後加點東西即可

input1 = “&H” & input1 & “&”

output1 = val(input1)

==> 如此 output = 171



arrow
arrow
    全站熱搜
    創作者介紹
    創作者 gordenhao 的頭像
    gordenhao

    高登

    gordenhao 發表在 痞客邦 留言(0) 人氣()