I want to choose a package from serial number. Looking at log file :
[Performing Actions]
START: Perform action: Mid String
Variable = %MidStringResult%
Source = X381-02-584L
Start at = 5
Number of characters = 2
Result = 15
END: Perform action: Mid String
START: Perform action: GOTO Label
Target label = 02
(On Error) User notification mode = Simple
(On Error) Action = Continue
Result = 1
END: Perform action: Fin
The extraction of 02 is good, but after the assign value for package variable is not done
The actions code is below (note : the label 01, 02, 03 are in red on my page)
Mid String(%MidStringResult% = mid 2 characters of "%UserSerialNumber% starting at 5)
GOTO Label (%MidStringResult%)
01
Assign Value (%PackageVariable1% = true)
GOTO Label Fin
02
Assign Value (%PackageVariable2% = true)
GOTO Label Fin
03
Assign Value (%PackageVariable3% = true)
Fin
Thanks for help
[Performing Actions]
START: Perform action: Mid String
Variable = %MidStringResult%
Source = X381-02-584L
Start at = 5
Number of characters = 2
Result = 15
END: Perform action: Mid String
START: Perform action: GOTO Label
Target label = 02
(On Error) User notification mode = Simple
(On Error) Action = Continue
Result = 1
END: Perform action: Fin
The extraction of 02 is good, but after the assign value for package variable is not done
The actions code is below (note : the label 01, 02, 03 are in red on my page)
Mid String(%MidStringResult% = mid 2 characters of "%UserSerialNumber% starting at 5)
GOTO Label (%MidStringResult%)
01
Assign Value (%PackageVariable1% = true)
GOTO Label Fin
02
Assign Value (%PackageVariable2% = true)
GOTO Label Fin
03
Assign Value (%PackageVariable3% = true)
Fin
Thanks for help
Comment