if (Tickests* Ticket Price==Total)
tl_step("Total",1,"correct "Tickets"tickets at $" Ticket Price" cost $"Total".");
else
tl_step("Total",0,"error "Tickets" tickets at $" Ticket Price" does not equal $"Total".");
你取的值全都输出到 text了
查看tsl帮助
edit_get_text ( edit, out_string );
edit The logical name of the edit object.
out_string The output variable that stores the string found in the edit object.