Sub randomsub(ByRef num, ByVal max)
num = Rnd() * max
End Sub
That is my code, both num and max are integers.
Before it worked fine, but then I added an extra option to choose between additoon/subtraction/multiplication and i copied and pasted and changed the operator( + - x).
I...
a problem with my code is it prints out multiple lines which is what i want, but then there is 1 more newline at the end.
How do I get rid of that newline? I can manually do it while the program is running but if i try to code it to do it itself how do i do it?
I tried textbox.appendtext(vbback)...
I would like to put some japanese animes with english subtitles on my phone to watch when on the move but, i don;t wnat to convert them all to .mp4 or wahtever it is to be viewed. is there a software that i can transfer from my computer to the phone and if so what folder and what is the...
Hi, i was to import my .wav file into my local resources. i went to my project, resources and added it in there but then it still fetches the file from my other destination rather than local resources.
Please tell me how to import it into local resources and what i type to put the .wav file in...
Hi, i was to import my .wav file into my local resources. i went to my project, resources and added it in there but then it still fetches the file from my other destination rather than local resources.
Please tell me how to import it into local resources and what i type to put the .wav file in...