May 17, 200520 yr Is there a Line Item in a script that can tell the script who is logged in. Let me explane this a little more: I want to make a script that is an If else statement If [john] is running the script -- then do this else do this. can this be done? Help Joseph
May 18, 200520 yr Joseph: Create a script using the Status(CurrentUserName) if you are running version 6 or replace it with the corresponding "Get" on FM Pro 7. You can add nested if's inside the Else part for more users. if [
July 20, 200520 yr Newbies Thank you. I was also creating a start up script that would take the user to their respective menu, one menu for an administrator another for a user and I was trying to use "or" to separate the user names but it wasn't working. I did what you seggested and "put each name in a separate line and it worked. Thanks
Create an account or sign in to comment