Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trimming a label
#2
I just stumbled upon this post and when I saw the code, it reminded me on something.

Quote:Public Sub TrimLabel(ByVal label As Label, ByVal MaxCharCount As Integer)
Does "ByVal" means decalring a parameter for method? Like in Java?

Would it be something like this in Java?
Code:
public void TrimLabel(label Label, int MaxCharCount){
//code
}
(Even though I am not sure if type label exists. I assume it would be JLabel or something.)
Also known as Rocketalypse.
System.out.println("I prefer Java.");


Messages In This Thread
Trimming a label - by brandonio21_phpbb3_import2 - 06-28-2012, 11:42 PM
Re: Trimming a label - by Vinwarez - 07-10-2012, 04:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Editable Label brandonio21 2 11,633 01-04-2013, 09:30 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)