✍چند جمله و عبارت مفید با Something در انگلیسی.
???
Is something wrong?
مشکلی وجود داره؟/ چیزی اشتباه شده؟
???
Did you say something?
چیزی گفتی؟
???
Do you hear something?
چیزی میشنوی؟
???
We want something new.
ما یه چیز جدید میخواهیم
???
Has something happened?
اتفاقی افتاده؟
???
I want...
I love resumable subs, but there are some pitfalls for the inexperienced rasumable sub user.
Let's say we have a Resumable sub:
Resumable Sub:
Sub doSomethingALotOfTimes As ResumableSub
Log("Start doing something a lot of times")
Dim a As Long
For i = 0 To 200000000
Dim q...