Is there a way to change the icon that shows up in the top left hand corner of my program? Also when you make a exe file can you change the icon for the exe file aswell?
Thanks On Thu, 10 Mar 2005 18:58:25 -0800, Dan Shafer <[EMAIL PROTECTED]> wrote: > It's almost as you have it, Kevin! > > if txtName is "Kevin" then > put pi * 12 into number > else > put pi * 20 into number > end if > > If "txtName" is not a variable but rather the name of a field, then > it's only slightly different: > > if field "txtName" is "Kevin" then > put pi * 12 into number > else > put pi * 20 into number > end if > > Dan > > On Mar 10, 2005, at 6:44 PM, Kevin J wrote: > > > I understand the basics on how to manipulate fields. What I would like > > to know is how to your write the code for somthing like this > > > > if txtName == "Kevin" then > > number = pi * 12 > > else > > number = pi * 20 > > > > I hope I explained my self ok there lol. > > > > Thanks > > > > Kevin > > _______________________________________________ > > use-revolution mailing list > > [email protected] > > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
