Simple python label expression, not sure where the error is

357
0
02-13-2014 02:46 PM
DavidO_Connor
New Contributor
I can't figure out why this python label won't work:

'<BOL><UND><FNT size = �??12�?�>' + [Name] +'</FNT></UND></BOL>' + '\n' + '<FNT size = "20"><CLR red = "255">' + [Type] +'</CLR></FNT>'

[ATTACH=CONFIG]31425[/ATTACH]


This one did work:

'<BOL><UND>'+ [Name]   +'</UND></BOL>'+ '\n' + '<FNT size = "11"><CLR red = "255">' + [feb07tce]   +'</CLR></FNT>'

Thanks,
Dave
Tags (2)
0 Kudos
0 Replies