hallo zusammen
hoffe einfache frage:
wie kann der fixe string (2.22)
in einen wert 2,22 (komma) umformatiert werden?
Option Strict Off
Imports System
Imports NXOpen
Module NXJournal
Sub Main
Dim theSession As Session = Session.GetSession()
Dim theUI As UI = UI.GetUI()
Dim WERT As String = 2.22
System.Windows.Forms.MessageBox.Show(WERT)
End Sub
End Module
------------------
gruss urs 
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP