Does anyone remember what these characters were and where they were used?
What is the standard, and where can I get it? Are there any documents left in this standard form? How it works?
I'm trying to figure out how to output a CSV-file as a chart. Is the order like this from the bigger to smaller:
ie.
would print something like:
What is the correct order?
escape
What is the standard, and where can I get it? Are there any documents left in this standard form? How it works?
I'm trying to figure out how to output a CSV-file as a chart. Is the order like this from the bigger to smaller:
<file <group <record <unit> > > >
ie.
FS="\n"; GS=","; RECORD=12, 23, 34, 45\n 56, 67, 78, 89\n;
would print something like:
<TABLE>
<TR><TD>12</TD><TD>23</TD><TD>34</TD><TD>45</TD></TR>
<TR><TD>56</TD><TD>67</TD><TD>78</TD><TD>89</TD></TR>
</TABLE
What is the correct order?
escape