View Single Post
  #27  
Old 01-29-2008, 08:07 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
Quote:
Originally Posted by cbkbud View Post
And I really would think something like this would work
PHP Code:
private tVar n// noone can see
protected tVar n// read only
public tVar n// All rights; is this by default if nothing is said. 
Me too . Or something similar.

Quote:
Originally Posted by cbkbud View Post
PHP Code:
// even could have
static tVar n// Cannot be changed -- I thought there was a way to do this, but I can't remember it. 
I think you can do:
PHP Code:
const tVar n
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote