how to transform a year to letter and number
This VBScript works in niceLabel, why doesnt it works in BarTender??
dim YearZero
dim YearCount
dim returnvalue
YearZero = 2024
YearCount = Year - YearZero
YearLetter = Chr(65 + YearCount)
If (65 + YearCount) > 90 Then
YearLetter = "ERROR"
End If
Result = YearLetter
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
0 commentaire