Jump to content
Macro Express Forums

mesutc

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mesutc

  1. i solved my problem. Mybe someone who need this code. i have values in text file (like: 15;25;45). and i split text . my repeat until condition works end of the values. and text box display my values. if someone who need this code, i can help. <VARIABLE SET STRING Option="\x03" Destination="%StringText%" Filename="C:\Kopya.txt" Strip="FALSE"/> <VARIABLE MODIFY STRING Option="\x03" Destination="%StringText%"/> <SPLIT STRING Source="%StringText%" SplitChar=";" Dest="%veri%" Index="1"/> <VARIABLE SET INTEGER Option="\x00" Destination="%sayac%" Value="1"/> <REPEAT UNTIL Variable="%veri[%sayac%]%" Condition="\x00"/> <TEXT BOX DISPLAY Content="{\\rtf1\\ansi\\ansicpg1254\\deff0\\deflang1055{\\fonttbl{\\f0\\fnil Tahoma;}{\\f1\\fnil\\fcharset162 Tahoma;}{\\f2\\fnil\\fcharset0 Tahoma;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs16 %\\f1 veri\\f2 [\\f1 %sayac%]\\f0 %\r\n\\par }\r\n" Left="Center" Top="Center" Width="278" Height="200" Monitor="0" OnTop="FALSE" Keep_Focus="TRUE" Mode="\x00" Delay="0"/> <VARIABLE MODIFY INTEGER Option="\x07" Destination="%sayac%"/> <END REPEAT/>
×
×
  • Create New...