Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
When creating 'exe' can a "mac" with a variable be used
#2
Add all functions whose names match F"Oc_LBX_24k_8item_{LBXliveHotKey}_Hotkey_Live" with #exe addfunction.

Macro Macro2693
Code:
Copy      Help
#exe addfunction "Oc_LBX_24k_8item_1_Hotkey_Live"
#exe addfunction "Oc_LBX_24k_8item_2_Hotkey_Live"
#exe addfunction "Oc_LBX_24k_8item_3_Hotkey_Live"
#exe addfunction "Oc_LBX_24k_8item_4_Hotkey_Live"

#opt nowarnings 1
int LBXliveHotKey
for LBXliveHotKey 1 5
,mac F"Oc_LBX_24k_8item_{LBXliveHotKey}_Hotkey_Live"
#opt nowarnings 0

New functions cannot be created in exe at run time.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)