![]() |
![]() |
We are currently migrating this forum over to our HelpSystems domain. Please post all new threads in our new HelpSystems Community Portal. |
![]() |
|
![]() |
AutoMate Discussion | ![]() |
Topic Title: Variable concatenation in function Topic Summary: Stopped working in v11? Created On: 11/09/2017 03:00 PM Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I have a line in one of my v10 tasks like looks functions like this: %FileCount(parentFldr & "\" & subFldr)%
This does not work in v11. One of the things I noticed in v11 is the color highlighting, which is a nice addition. However in v11, the only portion of that which is highlighted is: %FileCount(parentFldr & "\
everything else to the right isn't highlighted, which tells me v11 doesn't like that syntax style anymore. Was this change intentional and if so, what's the new syntax to accomplish that? I know I could essentially just put both into a single variable like currentFldr = parentFldr & "\" & subFldr, and then just use %FileCount(currentFldr)% but I will have many tasks I will have to update and I'd rather not have to. ------------------------- <html /> |
|
|
|
![]() |
|
I think I figured this out. I changed it from: %FileCount(parentFldr & "\" & subFldr)% To: %FileCount(parentFldr & '\' & subFldr)% ------------------------- <html /> |
|
|
|
![]() |
|
Hello James,
We appreciate the update. ------------------------- ![]() Ricardo Castaneda | Principal Support Analyst AutoMate | Division of HelpSystems HelpSystems, LLC | T: +1.213.738.1700 |
|
|
FuseTalk Enterprise Edition v4.0 - © 1999-2021 FuseTalk Inc. All rights reserved.