Geoff:

on doSomething pArg
  if tSingleUser then
    doSomethingForSingleUser pArg
  else
    doSomethingForMultiUser pArg
  end if
end doSomething pArg



doSomethingForMultiUser pArg

is the seven lines I used as an example in my last post, the remaining 90 lines comprise doSomethingForSingleUser pArg

Rob

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to