ahhh. it appears that the newer version of nested if only accepts if- followed by a number, but not by a letter (the original nested-if does both). so:

        doesn't work:
        (:ifM false:)testing2(:elseM:)(:ifG true:)G true(:ifGend:)(:ifMend:)

        does work:
        (:if0 false:)testing2(:else0:)(:if1 true:)G true(:if1end:)(:if0end:)


i've a bunch of code that currently uses letter-if's; does anyone know of an easy way to modify the new if-code in stdmarkup.php? i'm having trouble wrapping my brain around how to do that...

thanks!
adam



On 6 Aug 2008, at 7:30 PM, adam overton wrote:

hi

i've just updated from beta65 to 67
and nested i think has been incorporated
however, this does not work on my system - does it on yours?


        (:ifM false:)testing2(:elseM:)(:ifG true:)G true(:ifGend:)(:ifMend:)



thanks,
adam

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to