Jump to content

anabavi

Newbies
  • Posts

    3
  • Joined

  • Last visited

anabavi's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi, all. I'm running CodeWarrior 6 on XP. I've modified the example plug-in and it works fine on Windows. I change the target to PPC and make file file and it isn't recognized on Mac. The filesize is only 10% of the Windows version, also, so that makes me think it's not linking with everything it should. I changed the post linker option to MacBinarize and that didn't fix it. I'm a newbie to C and CodeWarrior and have tried everything I can think of. Thanks for your help! AN
  2. Hey! Well, of course, I made a silly mistake. Instead of just using Substitute on the field I wanted the data from I used it to modify the modification of the field, i.e. instead of Substitute(FieldName... I used Substitute(Leftwords(FieldName.... Thanks for the help.
  3. First, thank you so much, all of you. I was dying trying to find a solution to this problem. I'm sure the script idea will work but I'm still trying to get Substitute to work. Below is a snippet of a calculation I'm trying to get to work. Basically, it's a conditional display of the value list TitleToiletKing uses based on how many entries there are. More specifically, if there are multiple entries I want them displayed horizontally, separated by a comma and a space. Each line used to be identical to the last but I decided to show you the different combinations of functions I used and still couldn't get it to work. I'd love to figure out why none of these affect the output of the value list's values. Thanks again! & Case( TitleToiletKing > "", "Toilet King: " & GetRepetition( TitleToiletKing , 1), Count( TitleToiletKing ) > 1, Substitute( LeftWords( TitleToiletKing , 2 ) , "
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.