G
Guest
Hi All,
I'm trying to do this, which isn't working out as expected (formatted for
readability):
{
IF { AUTOTEXT AStudentYearLevel } = "0"
"Prep"
{ AUTOTEXT AStudentYearLevel }
}
{ AUTOTEXT AStudentYearLevel } by itself works, and prints a number between
0 and 10, 0 = Prep, 1 = Grade 1, etc. I just need to get rid of the 0, as
"Grade 0" doesn't exactly sound right.
I hope I make sense.
Thanks.
I'm trying to do this, which isn't working out as expected (formatted for
readability):
{
IF { AUTOTEXT AStudentYearLevel } = "0"
"Prep"
{ AUTOTEXT AStudentYearLevel }
}
{ AUTOTEXT AStudentYearLevel } by itself works, and prints a number between
0 and 10, 0 = Prep, 1 = Grade 1, etc. I just need to get rid of the 0, as
"Grade 0" doesn't exactly sound right.
I hope I make sense.
Thanks.