添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
沉稳的冰棍  ·  C + + calling the ...·  9 小时前    · 
闷骚的四季豆  ·  Form属性文档 | Avue·  11 小时前    · 
犯傻的蟠桃  ·  nginx post转get 并加参数 ...·  15 小时前    · 
怕老婆的扁豆  ·  manga · GitHub Topics ...·  4 月前    · 
宽容的黑框眼镜  ·  Sharing Bluetooth ...·  5 月前    · 
强悍的足球  ·  不负春朝好光景 ...·  5 月前    · 
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Do you want each character's ascii value to be assigned to the corresponding array element? If yes, this is one way you can do it:
Code:
    Dim s As String
    Dim b() As Byte
    s = "Hi babe"
    ReDim b(1 To Len(s))
    For i = 1 To Len(s)
        b(i) = Asc(Mid(s, i, 1))
        Debug.Print b(i)
					
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
Hey, thanx krtxmrtz.
Im doing it that way, but i have added -1 to len, because array begins from 0.
Everything works fine, but i still have problems with this.
Im using winsock to transfer files and when i save the file it is 1kb larger than original. It works fine, but it is larger, why is that. I thought im not converting correctly.
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.