Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. For j=0 To props.Length-1
  2. css_sb.Append(String.Format(".{0}{{background-color:#ffff00;font-size:8px;}}{1}", props(j), vbNewLine))
  3. fed_css_sb.Append(String.Format(".{0}{{background-color:#00ffff;color:#ff0000; font-family: Lucida Console; font-size:12px; font-style: italic;}}{1}", props(j), vbNewLine))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement