To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

IsType

IsType



Returns 1 (True) if the item is of type given, otherwise returns 0 (False).



Syntax:

Procedure: IsType(ItemPath, Type: String): Integer;


API Call:

Scripting
if IsType(itempath, 'Folder') then
  output('True');

Copyright 2023 ConstructConnect