Is there a way to insert a tab (5 spaces) between each field. I would like to change the "," to 5 spaces.
This is my input file:
pn,description,price
AU015-, O/M 6FGCU33-45,4.96
AU315-1, O/M 7FBH15-25,5.15
AU317-, O/M 7FBCU15-55,5.15
For some reason I am not able to dial out from the application just get stady signal. but I can receive call. One more thing I can call inter-office " for digit extesion". I did change my location and add "9" to get out side line. it did not work. any idea.
Thanks
Is there a function in the EXCEL to reterive just portion of the test. Ex;
salesmanager@test.com. just need to extract all words before the "@". salesmanager.
Thanks
kamran
I have the following code:
str=mid(s,2,len(s)-1)
fh4=trim(mid(str,21,15)) 'Part_No
pn=mid(fh4,1,5)&"-"&mid(fh4,6,5)&"-"&mid(fh4,11,5)
if right(pn,1)="-" then
pn=left(pn,11)
end if
the display will be...
yes it could be longet 4 digits or less than. orignal string look like this: 00026598 which it should convert to 265.98
if it 2554 round to 25.50
Thanks
Kamran
I am new to ASP. I was wonder is there a command to convert the text format number to 2 digit number.
Ex: 5258 need to show 52.60
Right now id am doing like this:
<%=fh4a/100%>
Is there a better and beter way to format the number.
Thanks
Kamran
Thanks for the reply. here few lines of test file. after run the AWK program you will see that last data doed not total.
H9806201A659450200604172006041700000000000000000000000000000004806000000000000000000000000000000000000APS SHIPMENT
DCC719367V1704X 00111111111111...
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.