How can I get the length of an array?
Acctually, I have got the file list in current directory via File.list() call. It will return a String[] list to me. The problem is I want to know the length...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10013624.html
Zones:
JavaDate Answered: 06/08/1997 Grade: B Views: 0
I have to extend a video (vga -- text mode) signal to a distance of aprox 100 to 200 feet. Keyboard and mouse are not necessary. Anyone know of any currently available products that will do this?...
http://www.experts-exchange.com/Hardware/Misc/Q_10071709.html
I need to export data from Access into a text file in a cobol format. This means that the field lengths need to be fixed for the record. Field 1 must start in postition 1, field 2 in position 19,...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10086332.html
Zones:
Visual BasicDate Answered: 10/05/1998 Grade: A Views: 0
I want to be able to open a file randomly after I have determined the record size and copied the file, here is the code to do this much but I keep getting bad record length because I don't know how...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10087767.html
Zones:
Visual BasicDate Answered: 10/15/1998 Grade: C Views: 0
In Netware Monitor, I see the following message:
"Processed an NCP with a bad subfunction length ,
Station xx (NCP 23 121"
By using the Sniffer, the packet that triggers the error is
displayed a...
http://www.experts-exchange.com/Networking/Novell_Netware/Q_10093640.html
Zones:
NetwareDate Answered: 09/01/1999 Grade: C Views: 0
I want to make a box that fits exactly around some text.
How can I calculate the length of a string in pixels?
Do I have to create a control and destroy it again?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10176255.html
how do i find the length of a string in a textbox
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10222341.html
Zones:
Visual BasicDate Answered: 01/11/2000 Grade: C Views: 0
Hello,
I have a table with four cells. The first cell is a fixed-percentage width (25%). The other three are variable depending on the data that is in the cell. The table itself is: WIDTH="100...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10229674.ht...
Zones:
HTMLDate Answered: 12/09/1999 Grade: B Views: 0
I need to convert a table in Access (or Excel) to a text file. Each field must have a set number of characters and be right justified. The character length changes for each entry. For example:
...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10369776.html
Zones:
MS AccessDate Answered: 05/31/2000 Grade: A Views: 0
I know how to add a textbox to a Chart:
ActiveChart.Shapes.AddTextbox(msoTextOrientationHorizontal, 463.33, 7.5, _
203.33, 63.32).Select
Selection.Characters.Text = "Additional I...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_117...