I NEED TO LINE UP THE 1st Column so that all the decimals are straight
Option Explicit
Dim ts,num(14),fso,filename,i,large,small,b,c,total,average,x
Set fso= createobject("scripting.filesystemobject")
Filename = "D:\Numbers.txt"
Set ts = fso.opentextfile(filename,1,False)
large=num(i)...
Hey guyz,
i need to line up this things coming from a file like this
5.34 -14.278 -121.94 8.601 29.914 -304.47 0.55 0.0 5.45 5.55 -5.45 -5.55 342.56
and be written to a file lined up like this
5.34
-14.278
-121.94
8.601
29.914
-304.47
0.55...
HEY GUYZ CAN YOU HELP ME ON THIS
using an inputbox to get the words and termintates with "XXXX"
rules.
1.first vowel of the original word becomes the start of the new word
any preceding letters are shifted to the end followed by AY
ex. word = FLYING
newword=INGFLYAY
2 a word begins with a vowel...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.