October 30, 2025, 02:09:12 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Variable initialization question

Started by Parker, January 09, 2006, 08:29:04 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Parker

Is it possible to do something like this:
int i=1;
outside of a method? Maybe that would be put in the strings initialization section? Just asking because I saw it when I was looking through a flex output file.