--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "hobgoblin_no" <[EMAIL PROTECTED]> > wrote: > > > > is there a way for me to use % to control how much i want to > increase > > or decrase the volume rather then by a fixed number? > > Note sure what you mean by % which is a way to text paste > environment variables into a string > > If you want to use a PowerPro variable var, try > > exec.volumeall(ifelse(var>0, "+"++var, var)) > > You must ensure there is a "+" in front hence the strange syntax. > > If you want to use an environment variable %xxx%, precede above with > local var = env("xxx")
oops, forgot that % had a special meaning in powerpro... what im thinking of is a way to increase the volumeall setting by a set percentage every time i press a button or hotkey or something. right now i have it set as +12 and -12 on two buttons, but i would rather have it move up and down by about 5 percent... Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
