Roberto Pedrozo Mendes a �crit : > How i can to create a global variable in my aplication ?
In what language? In C, just declaring a variable outside any function gives it global scope. To access it in other modules (other .c or .cpp files), use an extern reference to it. Standard C stuff. Boa sorte, -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
