How to output this VB code in Console?
Get the numbers from a txt file: 1 4 7 15 1000
This is the output: 1 * 4 **** 7 ******* 100 (not largeat than 20)
Please help, I'm new in VB.
Here's a line to a site that shows how to read from a text file:
http://www.astahost.com/info.php/text-file-operations-vb-net_t6372.html
As far as writing to console, you can use this code:
Console.WriteLine("Hi")