Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

noob question: _() 1

Status
Not open for further replies.

jemminger

Programmer
Joined
Jun 25, 2001
Messages
3,453
Location
US
hi all,

what does this syntax mean? _()

as in
foo = _("hello")



-jeff
lost: one sig, last seen here.
 
um i don't think u put a "_" in there, lol. to it would be:
foo = ("hello")
another thing ur sayign foo = a tuple with the context hello and not foo = hello. just incase u didn't know. but take the _ out.

when using a braket, nothign goes be4 it. atleast that's to my knowledge. hope i was some help.

Chaosguy - To die would be an awefully big adventure.
 
Thanks, TomThumbKP. Have a star.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top